summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2018-12-19 15:36:17 +0000
committerDaniil Kazantsev <dkazanc@hotmail.com>2018-12-19 15:36:17 +0000
commitec59b600885a1c7a60e1b528f3d09588aa972609 (patch)
treee93c03bcfbe2eb88a13cdd42edaea045f7f13c06 /Readme.md
parent4af4096096af9f478e2a3d463b9dfcfc200454ff (diff)
downloadregularization-ec59b600885a1c7a60e1b528f3d09588aa972609.tar.gz
regularization-ec59b600885a1c7a60e1b528f3d09588aa972609.tar.bz2
regularization-ec59b600885a1c7a60e1b528f3d09588aa972609.tar.xz
regularization-ec59b600885a1c7a60e1b528f3d09588aa972609.zip
updates GPU installation from Matlab and readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index f574f5f..cdf823d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -69,7 +69,6 @@ Here an example of build on Linux (see also `run.sh` for additional info):
```bash
git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit.git
-mkdir build
cd build
cmake .. -DCONDA_BUILD=OFF -DBUILD_MATLAB_WRAPPER=ON -DBUILD_PYTHON_WRAPPER=ON -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install
make install
@@ -124,7 +123,7 @@ On Windows the `dll` and the mex modules must reside in the same directory. It i
addpath(/path/to/library);
```
-#### Legacy Matlab installation
+#### Legacy Matlab installation (partly supported, please use Cmake)
```
cd /Wrappers/Matlab/mex_compile