mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02: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.
|
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
|
Windows
|
||||||
===
|
===
|
||||||
|
|
Loading…
Reference in a new issue