Skip to content

Commit 86731db

Browse files
committed
SimTK_INSTALL_DIR->SIMBODY_HOME
Anticipating changes opensim-org#98.
1 parent 372b963 commit 86731db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ On Windows using Visual Studio
165165
changing the `CMAKE_INSTALL_PREFIX` variable. We'll assume you set it to
166166
`C:/opensim-core`. If you choose a different installation location, make
167167
sure to use *yours* where we use `C:/opensim-core` below.
168-
6. Tell CMake where you installed Simbody by setting the `SimTK_INSTALL_DIR`
168+
6. Tell CMake where you installed Simbody by setting the `SIMBODY_HOME`
169169
variable to where you installed Simbody (e.g., `C:/Simbody`).
170170
7. Set the remaining configuration options.
171171
* `BUILD_EXAMPLES` to compile C++ API examples.
@@ -274,7 +274,7 @@ On Mac using Xcode
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*
276276
use `/usr/`, `/usr/local/`, or any typical system paths.
277-
6. Tell CMake where you installed Simbody by setting the `SimTK_INSTALL_DIR`
277+
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.
@@ -402,7 +402,7 @@ And you could get all the optional dependencies via:
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*
404404
use `/usr/`, `/usr/local/`, or any typical system path.
405-
6. Tell CMake where you installed Simbody by setting the `SimTK_INSTALL_DIR`
405+
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.
408408
7. Choose your build type by setting `CMAKE_BUILD_TYPE` to one of the following:

0 commit comments

Comments
 (0)