diff options
| author | Willem Jan Palenstijn <wjp@usecode.org> | 2021-02-25 10:42:54 +0100 | 
|---|---|---|
| committer | Willem Jan Palenstijn <wjp@usecode.org> | 2021-02-25 10:50:43 +0100 | 
| commit | 7a1e9472aed2597675e5697c3f586e1750b166bb (patch) | |
| tree | 67aeee997aa4037f98a6ecdd872011637091587a | |
| parent | 6aa95260dfd5ead47963ad7d8275ae9f9ea6645a (diff) | |
| download | astra-7a1e9472aed2597675e5697c3f586e1750b166bb.tar.gz astra-7a1e9472aed2597675e5697c3f586e1750b166bb.tar.bz2 astra-7a1e9472aed2597675e5697c3f586e1750b166bb.tar.xz astra-7a1e9472aed2597675e5697c3f586e1750b166bb.zip | |
Add note about Octave dev pkg requirement
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README.txt | 4 | 
2 files changed, 6 insertions, 2 deletions
| @@ -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. @@ -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. | 
