summaryrefslogtreecommitdiffstats
path: root/build/run.sh
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2019-04-10 22:39:11 +0100
committerDaniil Kazantsev <dkazanc@hotmail.com>2019-04-10 22:39:11 +0100
commit2d436f37be6029d57d7f876d4c7c378ee712a11e (patch)
tree6bec355d839c5a1598af877e91c250a25ca83196 /build/run.sh
parentd6ee5585e696f855d1c687d34efa04328729e94c (diff)
downloadregularization-2d436f37be6029d57d7f876d4c7c378ee712a11e.tar.gz
regularization-2d436f37be6029d57d7f876d4c7c378ee712a11e.tar.bz2
regularization-2d436f37be6029d57d7f876d4c7c378ee712a11e.tar.xz
regularization-2d436f37be6029d57d7f876d4c7c378ee712a11e.zip
progress with bresenham
Diffstat (limited to 'build/run.sh')
-rwxr-xr-xbuild/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/run.sh b/build/run.sh
index b40d222..0a153aa 100755
--- a/build/run.sh
+++ b/build/run.sh
@@ -21,7 +21,7 @@ make install
cp install/lib/libcilreg.so install/python/ccpi/filters
cd install/python
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:../lib
-# spyder
+spyder
############### Matlab(linux)###############
# export LD_PRELOAD=/home/algol/anaconda3/lib/libstdc++.so.6 # if there is libstdc error in matlab
# PATH="/path/to/mex/:$PATH" LD_LIBRARY_PATH="/path/to/library:$LD_LIBRARY_PATH" matlab