summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2021-02-25 10:42:54 +0100
committerWillem Jan Palenstijn <wjp@usecode.org>2021-02-25 10:50:43 +0100
commit7a1e9472aed2597675e5697c3f586e1750b166bb (patch)
tree67aeee997aa4037f98a6ecdd872011637091587a /README.txt
parent6aa95260dfd5ead47963ad7d8275ae9f9ea6645a (diff)
downloadastra-7a1e9472aed2597675e5697c3f586e1750b166bb.tar.gz
astra-7a1e9472aed2597675e5697c3f586e1750b166bb.tar.bz2
astra-7a1e9472aed2597675e5697c3f586e1750b166bb.tar.xz
astra-7a1e9472aed2597675e5697c3f586e1750b166bb.zip
Add note about Octave dev pkg requirement
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 7434812..5707420 100644
--- a/README.txt
+++ b/README.txt
@@ -84,7 +84,9 @@ Add $HOME/astra/matlab and its subdirectories (tools, mex) to your matlab path.
If you want to build the Octave interface instead of the Matlab interface,
specify --enable-octave instead of --with-matlab=... . The Octave files
-will be installed into $HOME/astra/octave .
+will be installed into $HOME/astra/octave . On some Linux distributions
+building the Astra Octave interface will require the Octave development package
+to be installed (e.g., liboctave-dev on Ubuntu).
NB: Each matlab version only supports a specific range of g++ versions.