mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 12:22:10 +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
|
||||
3. `git submodule update`
|
||||
4. `meson ./build`
|
||||
5. If the last step was successful, type `cd ./build` followed by `ninja`
|
||||
to compile urbit.
|
||||
5. If the last step was successful, type `ninja -C build` to compile urbit.
|
||||
6. The executable should appear in `./build` directory.
|
||||
|
||||
### Using meson & ninja
|
||||
|
Loading…
Reference in New Issue
Block a user