Skip to content

Commit

Permalink
README: add note that Meson is configured to fetch dependency sources
Browse files Browse the repository at this point in the history
If it cannot find those dependencies on the installed system.
  • Loading branch information
dcbaker committed Mar 9, 2024
1 parent 2d7ded4 commit ef30d6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ ninja -C builddir test

Running the functional tests requires Python >= 3.11

Meson currently is configured with support to build all of it's dependencies
from source if they are not otherwise detected, by fetching at configure time.
If this is not desirable, calling:

```sh
meson setup builddir --wrap-mode=nofallback
```

Will disable this behavior. This will require that all dependencies have been
installed and are discoverable at configure time.

## Status

CPS-config is currently in alpha status. Some things work, others do not.
Expand Down

0 comments on commit ef30d6a

Please sign in to comment.