diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-04-22 16:55:31 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2016-04-22 16:55:31 +0200 |
commit | 0d1a30e4a79702065e7c05333899a9654dd944d7 (patch) | |
tree | 68e28a055464df5611b935b54015280d7f97cfba | |
parent | 87aca2419026b6408a194376f34f41f19a546d9e (diff) | |
parent | d54172290f629d98c8a330ad358d5932bdba8dbc (diff) | |
download | astra-0d1a30e4a79702065e7c05333899a9654dd944d7.tar.gz astra-0d1a30e4a79702065e7c05333899a9654dd944d7.tar.bz2 astra-0d1a30e4a79702065e7c05333899a9654dd944d7.tar.xz astra-0d1a30e4a79702065e7c05333899a9654dd944d7.zip |
Merge pull request #43 from adler-j/patch-1
Fix missing backslash in readme.md install
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ cd build/linux ./autogen.sh # when building a git version ./configure --with-cuda=/usr/local/cuda \ --with-matlab=/usr/local/MATLAB/R2012a \ - --with-python + --with-python \ --prefix=/usr/local/astra make make install |