summaryrefslogtreecommitdiffstats
path: root/build/linux
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-05-27 11:54:04 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-05-29 11:46:13 +0200
commit0bcde21948d619e9803de229ea40499b5e1dd873 (patch)
tree50678d2f7cc8d4af8f5205e6c1545bf9b79824a7 /build/linux
parent0f577d1fbc2b0c15d85f18cc38eb14e3cbf6c6a2 (diff)
downloadastra-0bcde21948d619e9803de229ea40499b5e1dd873.tar.gz
astra-0bcde21948d619e9803de229ea40499b5e1dd873.tar.bz2
astra-0bcde21948d619e9803de229ea40499b5e1dd873.tar.xz
astra-0bcde21948d619e9803de229ea40499b5e1dd873.zip
Update README, NEWS
Diffstat (limited to 'build/linux')
-rw-r--r--build/linux/README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/linux/README.txt b/build/linux/README.txt
index 9dd7a7a..7208d45 100644
--- a/build/linux/README.txt
+++ b/build/linux/README.txt
@@ -1,15 +1,17 @@
-Requirements: g++, boost, CUDA (driver+toolkit),
-matlab
+Requirements: g++, boost, CUDA (driver+toolkit), Matlab and/or Python (2.7 or 3.x)
cd build/linux
+./autogen.sh # when building a git version
./configure --with-cuda=/usr/local/cuda \
--with-matlab=/usr/local/MATLAB/R2012a \
+ --with-python \
--prefix=/usr/local/astra
make
make install
Add /usr/local/astra/lib to your LD_LIBRARY_PATH.
Add /usr/local/astra/matlab and its subdirectories (tools, mex)
to your matlab path.
+Add /usr/local/astra/python to your PYTHONPATH.
NB: Each matlab version only supports a specific range of g++ versions.