Build from source: Difference between revisions

355 bytes removed ,  1 March 2012
Line 19: Line 19:
[http://www.gnu.org/software/octave/doc/interpreter/Installation.html#Installation More detailed instructions]
[http://www.gnu.org/software/octave/doc/interpreter/Installation.html#Installation More detailed instructions]
for building from source are included in the Octave manual.
for building from source are included in the Octave manual.
=Install=
Finally, to install Octave on your system run
make install
Alternatively, If you have checkinstall on your system issue
checkinstall -D
This will create a deb from the sources and register the installation with dpkg.
checkinstall -R
will create RPM package which you can install using your package manager in RPM based
distributions.


=System Specific Instructions=
=System Specific Instructions=