Skip to content

Commit 8c73f26

Browse files
committed
[readme] Fix /opt mistake.
I previously edited the mac section when I had meant to edit the ubuntu section.
1 parent be3fa23 commit 8c73f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ On Mac using Xcode
273273
changing the `CMAKE_INSTALL_PREFIX` variable. We'll assume you set it to
274274
`~/opensim-core`. If you choose a different installation location, make
275275
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/)).
277277
6. Tell CMake where you installed Simbody by setting the `SIMBODY_HOME`
278278
variable to where you installed Simbody (e.g., `~/simbody`). If you
279279
installed Simbody using `brew`, then CMake will find Simbody automatically.
@@ -401,7 +401,7 @@ And you could get all the optional dependencies via:
401401
changing the `CMAKE_INSTALL_PREFIX` variable. We'll assume you set it to
402402
`~/opensim-core`. If you choose a different installation location, make
403403
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.
405405
6. Tell CMake where you installed Simbody by setting the `SIMBODY_HOME`
406406
variable to where you installed Simbody (e.g., `~/simbody`). If you
407407
installed Simbody using `brew`, then CMake will find Simbody automatically.

0 commit comments

Comments
 (0)