diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-11-13 17:32:54 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-11-13 17:32:54 +0100 |
commit | e8be82070824fa370285142550c1e708561bd63d (patch) | |
tree | 3b6e471d212b8150eb788f7c62ccfc542b60e85e /README.md | |
parent | e158ebe08a0c40b28563378b3cde671cb00aa1c0 (diff) | |
download | astra-e8be82070824fa370285142550c1e708561bd63d.tar.gz astra-e8be82070824fa370285142550c1e708561bd63d.tar.bz2 astra-e8be82070824fa370285142550c1e708561bd63d.tar.xz astra-e8be82070824fa370285142550c1e708561bd63d.zip |
Add install-dev to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -90,6 +90,21 @@ 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 Use the Homebrew package manager to install boost, libtool, autoconf, automake. |