Line: 1 to 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Line: 63 to 63 | ||||||||||
Building Octave-3.2.4 | ||||||||||
Changed: | ||||||||||
< < | $ ./configure --prefix=/opt/exp_soft/gridit/octave-3.2.4 | |||||||||
> > | $ ./configure --prefix=/opt/exp_soft/gridit/Octave-3.2.4 | |||||||||
--with-magick=ImageMagick --without-qrupdate --without-curl CC=gcc44 CXX=g++44 F77=gfortran44 | ||||||||||
Changed: | ||||||||||
< < | --enable-docs=no --disable-readline >log 2>log & | |||||||||
> > | --enable-docs=no >log 2>log & | |||||||||
$ make $ make install | ||||||||||
Line: 82 to 81 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 95 to 94 | ||||||||||
|-- miscellaneous-1.0.11.tar.gz |-- optim-1.0.17.tar.gz |-- signal-1.1.1.tar.gz | ||||||||||
Changed: | ||||||||||
< < | |-- specfun-1.1.0.tar.gz | |||||||||
> > | |-- specfun-1.0.9.tar.gz | |||||||||
`-- struct-1.0.9.tar.gz 0 directories, 6 files | ||||||||||
Line: 122 to 121 | ||||||||||
For information about changes from previous versions, type `news'. | ||||||||||
Changed: | ||||||||||
< < | octave:1> pkg install java-1.2.8.tar.gz optim-1.0.17.tar.gz specfun-1.1.0.tar.gz miscellaneous-1.0.11.tar.gz | |||||||||
> > | octave:1> pkg install java-1.2.8.tar.gz \ miscellaneous-1.0.11.tar.gz \ struct-1.0.9.tar.gz optim-1.0.17.tar.gz \ specfun-1.0.9.tar.gz \ | |||||||||
signal-1.1.1.tar.gz | ||||||||||
Deleted: | ||||||||||
< < | struct-1.0.9.tar.gz | |||||||||
Line: 135 to 134 | ||||||||||
Before to start, please add the Octave binary to the PATH and the libraries to the LD_LIBRARY_PATH variables.
| ||||||||||
Changed: | ||||||||||
< < | $ export PATH=$PATH:/opt/exp_soft/gridit/octave-3.2.4/bin/ $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/exp_soft/gridit/octave-3.2.4/lib/octave-3.2.4/ | |||||||||
> > | $ export PATH=$PATH:/opt/exp_soft/gridit/Octave-3.2.4/bin/ $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/exp_soft/gridit/Octave-3.2.4/lib/octave-3.2.4/ | |||||||||
Now, you can launch the octave CLI | ||||||||||
Line: 164 to 163 | ||||||||||
References | ||||||||||
Changed: | ||||||||||
< < | Octave![]() | |||||||||
> > | Octave Home page![]() | |||||||||
-- GiuseppeLaRocca - 2011-12-15 \ No newline at end of file |