Skip to content

Commit be3fa23

Browse files
committed
[readme] Address @moorepants' suggestions.
1 parent 86731db commit be3fa23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ On Windows using Visual Studio
170170
7. Set the remaining configuration options.
171171
* `BUILD_EXAMPLES` to compile C++ API examples.
172172
* `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
174174
off.
175175
* `BUILD_JAVA_WRAPPING` if you want to access OpenSim through MATLAB or
176176
Java; see dependencies above.
@@ -273,14 +273,14 @@ 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/`, 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.
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.
280280
7. Set the remaining configuration options.
281281
* `BUILD_EXAMPLES` to compile C++ API examples.
282282
* `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
284284
off.
285285
* `BUILD_JAVA_WRAPPING` if you want to access OpenSim through MATLAB or
286286
Java; see dependencies above.
@@ -424,7 +424,7 @@ And you could get all the optional dependencies via:
424424
8. Set the remaining configuration options.
425425
* `BUILD_EXAMPLES` to compile C++ API examples.
426426
* `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
428428
off.
429429
* `BUILD_JAVA_WRAPPING` if you want to access OpenSim through MATLAB or
430430
Java; see dependencies above.

0 commit comments

Comments
 (0)