Skip to content

Commit 4329cea

Browse files
committed
Install Paths: Fix Docs
Fix install paths docs - SPLASH_ROOT is not defined.
1 parent bc3224c commit 4329cea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ export CMAKE_PREFIX_PATH=<INSTALL PATH>:$CMAKE_PREFIX_PATH
5454
# provides command line access to our tools
5555
export PATH=<INSTALL PATH>/bin:$PATH
5656
# path for the linker if you link a dependent projectwithout CMake
57-
export LD_LIBRARY_PATH=$SPLASH_ROOT/lib:$LD_LIBRARY_PATH
57+
export LD_LIBRARY_PATH=<INSTALL PATH>/lib:$LD_LIBRARY_PATH
5858
# provides our python modules, e.g. for xdmf creation
59-
export PYTHONPATH=$SPLASH_ROOT/bin:$PYTHONPATH
59+
export PYTHONPATH=<INSTALL PATH>/bin:$PYTHONPATH
6060
```
6161

6262

0 commit comments

Comments
 (0)