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
+4-4
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ On Windows using Visual Studio
170
170
7. Set the remaining configuration options.
171
171
*`BUILD_EXAMPLES` to compile C++ API examples.
172
172
*`BUILD_TESTING` to ensure that OpenSim works correctly. The tests take a
173
-
hile to build; if you want to build OpenSim quickly, you can turn this
173
+
while to build; if you want to build OpenSim quickly, you can turn this
174
174
off.
175
175
*`BUILD_JAVA_WRAPPING` if you want to access OpenSim through MATLAB or
176
176
Java; see dependencies above.
@@ -273,14 +273,14 @@ On Mac using Xcode
273
273
changing the `CMAKE_INSTALL_PREFIX` variable. We'll assume you set it to
274
274
`~/opensim-core`. If you choose a different installation location, make
275
275
sure to use *yours* where we use `~/opensim-core` below. You should *not*
276
-
use `/usr/`, `/usr/local/`, or any typical system paths.
276
+
use `/usr/`, `/usr/local/` (because our installation does not yet conform to the [FHS](http://www.pathname.com/fhs/)), but [`/opt/`](http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/opt.html) is okay.
277
277
6. Tell CMake where you installed Simbody by setting the `SIMBODY_HOME`
278
278
variable to where you installed Simbody (e.g., `~/simbody`). If you
279
279
installed Simbody using `brew`, then CMake will find Simbody automatically.
280
280
7. Set the remaining configuration options.
281
281
*`BUILD_EXAMPLES` to compile C++ API examples.
282
282
*`BUILD_TESTING` to ensure that OpenSim works correctly. The tests take a
283
-
hile to build; if you want to build OpenSim quickly, you can turn this
283
+
while to build; if you want to build OpenSim quickly, you can turn this
284
284
off.
285
285
*`BUILD_JAVA_WRAPPING` if you want to access OpenSim through MATLAB or
286
286
Java; see dependencies above.
@@ -424,7 +424,7 @@ And you could get all the optional dependencies via:
424
424
8. Set the remaining configuration options.
425
425
*`BUILD_EXAMPLES` to compile C++ API examples.
426
426
*`BUILD_TESTING` to ensure that OpenSim works correctly. The tests take a
427
-
hile to build; if you want to build OpenSim quickly, you can turn this
427
+
while to build; if you want to build OpenSim quickly, you can turn this
428
428
off.
429
429
*`BUILD_JAVA_WRAPPING` if you want to access OpenSim through MATLAB or
0 commit comments