summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--README.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f536a1..fc6286a 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,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.
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.