You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow [the dependency resolution guide](/doc/dependency_resolution.md) or run the dependency resolution script
6
+
```bash
7
+
meson/resolve-dependencies.py --help # prints the usage guide
8
+
```
9
+
10
+
> [!TIP]
11
+
> Use `--ini` to generate an INI file, which may be combined with the INI file from the next step
12
+
13
+
## Build
14
+
15
+
Replace anything in `<angle brackets>` with the appropriate string; you may run these commands from any directory,
16
+
preferably outside the source tree. The set of preferred options for `ifarm` builds is contained in [`ifarm.ini`](ifarm.ini), which may be passed to `meson` as a "native file".
0 commit comments