Skip to content

Commit 2efe9a4

Browse files
update README (SimVascular#416)
Co-authored-by: Aaron Brown <[email protected]>
1 parent 87b4e93 commit 2efe9a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,10 @@ These commands will create the following directories under /user/shared/vtk/inst
158158
bin/ include/ lib/ share/
159159
```
160160

161-
You can then build svFISplus with the local VTK libraries using the two CMake command-line arguments that sets the option to use a local VTK build and the location of the build
161+
You can then build svMultiPhysics with the local VTK libraries using the `ccmake` interface to set the `SV_LOCAL_VTK_PATH` variable to the location of the local VTK build
162+
or do this using the CMake command-line argument:
162163
```
163-
-DSV_USE_LOCAL_VTK=ON -DSV_VTK_LOCAL_PATH=/user/shared/vtk/install
164+
-DSV_LOCAL_VTK_PATH=/user/shared/vtk/install
164165
```
165166

166167
<!--- =================================================================================== -->

0 commit comments

Comments
 (0)