summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-11-13 17:32:54 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-11-13 17:32:54 +0100
commite8be82070824fa370285142550c1e708561bd63d (patch)
tree3b6e471d212b8150eb788f7c62ccfc542b60e85e /README.txt
parente158ebe08a0c40b28563378b3cde671cb00aa1c0 (diff)
downloadastra-e8be82070824fa370285142550c1e708561bd63d.tar.gz
astra-e8be82070824fa370285142550c1e708561bd63d.tar.bz2
astra-e8be82070824fa370285142550c1e708561bd63d.tar.xz
astra-e8be82070824fa370285142550c1e708561bd63d.zip
Add install-dev to README
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index f335f78..7434812 100644
--- a/README.txt
+++ b/README.txt
@@ -111,6 +111,19 @@ make install
This will install Astra into your current Python environment.
+As a C++ library:
+
+Requirements: g++, boost, CUDA (5.5 or higher)
+
+cd build/linux
+./autogen.sh # when building a git version
+./configure --with-cuda=/usr/local/cuda
+make
+make install-dev
+
+This will install the Astra library and C++ headers.
+
+
macOS, from source:
--------------------