summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoralgol <dkazanc@hotmail.com>2018-08-13 16:40:04 +0100
committeralgol <dkazanc@hotmail.com>2018-08-13 16:40:04 +0100
commitdd0527e884f07270738259093a9c54491f6ca459 (patch)
tree08bf15cd661c377c2c5a8dda06a43b5a4c19932c /docs
parent135015685959c6168930951fcb50d46bc9aeddd7 (diff)
downloadregularization-dd0527e884f07270738259093a9c54491f6ca459.tar.gz
regularization-dd0527e884f07270738259093a9c54491f6ca459.tar.bz2
regularization-dd0527e884f07270738259093a9c54491f6ca459.tar.xz
regularization-dd0527e884f07270738259093a9c54491f6ca459.zip
add info on installation
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/installation.txt b/docs/installation.txt
index a536111..f6db38c 100644
--- a/docs/installation.txt
+++ b/docs/installation.txt
@@ -1,8 +1,11 @@
One can install CCPi-RGL toolkit using cmake:
- cmake ../CCPi-Regularisation-Toolkit/ -DBUILD_MATLAB_WRAPPERS=ON -DBUILD_PYTHON_WRAPPERS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -DMatlab_ROOT_DIR=<Matlab directory> -DBUILD_CUDA=OFF
+cmake ../CCPi-Regularisation-Toolkit/ -DBUILD_MATLAB_WRAPPERS=ON -DBUILD_PYTHON_WRAPPERS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -DMatlab_ROOT_DIR=<Matlab directory> -DBUILD_CUDA=OFF
make
-make install \ No newline at end of file
+make install
+
+Running Matlab from Linux do:
+PATH="/path/to/mex/:$PATH" LD_LIBRARY_PATH="/path/to/library:$LD_LIBRARY_PATH" ./matlab -nosplash &