You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,20 @@ supported by all modern browsers.
21
21
```
22
22
<../build>$ make -j8
23
23
```
24
+
**BUILDING ON OS MOJAVE OR LATER**
24
25
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)
0 commit comments