Skip to content

Commit f63d93c

Browse files
Merge pull request #274 from ax3l/doc-installPaths
Install Paths: Fix Docs
2 parents bc3224c + 4329cea commit f63d93c

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)