mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
don't codify directories in OS X section
This commit is contained in:
parent
6cb5497242
commit
1c7f8c87bc
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -79,7 +79,7 @@ If Xcode is your editor of choice, you can ask CMake to generate Xcode project f
|
|||
|
||||
After running cmake, you will have the make files or Xcode project file necessary to build all of the components. Open the hifi.xcodeproj file, choose ALL_BUILD from the Product > Scheme menu (or target drop down), and click Run.
|
||||
|
||||
If the build completes successfully, you will have built targets for all components located in the `build/${target_name}/Debug directories`.
|
||||
If the build completes successfully, you will have built targets for all components located in the `build/${target_name}/Debug` directories.
|
||||
|
||||
Windows
|
||||
===
|
||||
|
|
Loading…
Reference in a new issue