Merge pull request #950 from eglaysher/use-c-flag

README should recommend `ninja -C`
This commit is contained in:
Keaton Dunsford 2018-03-19 12:13:36 -07:00 committed by GitHub
commit 6b41fe9433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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