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
+2-2
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ 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/` (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.
276
+
use `/usr/`, `/usr/local/` (because our installation does not yet conform to the [FHS](http://www.pathname.com/fhs/)).
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.
@@ -401,7 +401,7 @@ And you could get all the optional dependencies via:
401
401
changing the `CMAKE_INSTALL_PREFIX` variable. We'll assume you set it to
402
402
`~/opensim-core`. If you choose a different installation location, make
403
403
sure to use *yours* where we use `~/opensim-core` below. You should *not*
404
-
use `/usr/`, `/usr/local/`, or any typical system path.
404
+
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.
405
405
6. Tell CMake where you installed Simbody by setting the `SIMBODY_HOME`
406
406
variable to where you installed Simbody (e.g., `~/simbody`). If you
407
407
installed Simbody using `brew`, then CMake will find Simbody automatically.
0 commit comments