mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-24 07:26:51 +03:00
Merge pull request #950 from eglaysher/use-c-flag
README should recommend `ninja -C`
This commit is contained in:
commit
6b41fe9433
@ -56,8 +56,7 @@ On macos, you need to make sure `pkg-config` uses the correct homebrew path.
|
|||||||
2. `git submodule init` in the urbit repository
|
2. `git submodule init` in the urbit repository
|
||||||
3. `git submodule update`
|
3. `git submodule update`
|
||||||
4. `meson ./build`
|
4. `meson ./build`
|
||||||
5. If the last step was successful, type `cd ./build` followed by `ninja`
|
5. If the last step was successful, type `ninja -C build` to compile urbit.
|
||||||
to compile urbit.
|
|
||||||
6. The executable should appear in `./build` directory.
|
6. The executable should appear in `./build` directory.
|
||||||
|
|
||||||
### Using meson & ninja
|
### Using meson & ninja
|
||||||
|
Loading…
Reference in New Issue
Block a user