We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc3224c + 4329cea commit f63d93cCopy full SHA for f63d93c
1 file changed
INSTALL.md
@@ -54,9 +54,9 @@ export CMAKE_PREFIX_PATH=<INSTALL PATH>:$CMAKE_PREFIX_PATH
54
# provides command line access to our tools
55
export PATH=<INSTALL PATH>/bin:$PATH
56
# path for the linker if you link a dependent projectwithout CMake
57
-export LD_LIBRARY_PATH=$SPLASH_ROOT/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=<INSTALL PATH>/lib:$LD_LIBRARY_PATH
58
# provides our python modules, e.g. for xdmf creation
59
-export PYTHONPATH=$SPLASH_ROOT/bin:$PYTHONPATH
+export PYTHONPATH=<INSTALL PATH>/bin:$PYTHONPATH
60
```
61
62
0 commit comments