Skip to content

Commit d844792

Browse files
Kyli McKay-Bishopkylinmb
authored andcommitted
Updated readme with special isntructions for os Mojave
1 parent aeb4e02 commit d844792

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,20 @@ supported by all modern browsers.
2121
```
2222
<../build>$ make -j8
2323
```
24+
**BUILDING ON OS MOJAVE OR LATER**
2425

26+
Apple made changes that removed the /usr/include file and now some programs won't compile, including dSpaceX.
27+
The following steps provide instructions for adding the /usr/include file back.
28+
1. Check to see if you have Xcode command line tools installed
29+
1. Start terminal
30+
2. run command ``` xcode-select -p ```
31+
2. If you do not have Xcode command line tools installed follow these [directions](https://www.embarcadero.com/starthere/xe5/mobdevsetup/ios/en/installing_the_commandline_tools.html)
32+
3. Run the following command in the terminal
33+
```
34+
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
35+
```
2536

37+
**Additional Notes**
2638
The default CMake configuration will only build the HDProcess library.
2739
It can also optionally build the following binaries if desired:
2840
- HDViz - A GUI for Visualizating Datasets.

0 commit comments

Comments
 (0)