Editing How to Install Octave

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
GNU Octave is a numerically oriented high level mathematical programming language. It is useful for science, engineering and maths, and it is mostly compatible with matlab.<ref>Octave, [http://www.gnu.org/software/octave/ http://www.gnu.org/software/octave/].</ref>
+
GNU Octave is a numerically oriented high level mathematical programming language. It is useful for science, engineering and maths, and it is mostly compatible with matlab. <sup>[[#Foot1|[1]]]</sup>
-
 
+
-
= Installation =
+
-
''Note that octave is [http://maemo.org/packages/view/octave/ currently available] in [[extras-devel]], with one dependency in the SDK repository.''
+
-
 
+
-
'''Please Note: Currently this is a rough outline of the steps to be taken. Steps other than these listed commands are required (eg: unpacking).'''
+
-
 
+
-
The following is a list of the steps I followed to install Octave on the [[Open development/Maemo roadmap/Fremantle|Maemo 5]] SDK:
+
-
 
+
-
 
+
-
== Download and Unpack ==
+
-
 
+
-
Gnuplot: [http://www.gnuplot.info/ http://www.gnuplot.info/] (I used version 4.2.6)
+
-
 
+
-
 
+
-
f2c/libf2c: [https://computation.llnl.gov/casc/Overture/henshaw/install/node8.html https://computation.llnl.gov/casc/Overture/henshaw/install/node8.html] This is where I got my version
+
-
 
+
-
(The f2c homepage is [http://www.netlib.org/f2c/ http://www.netlib.org/f2c/].)
+
-
 
+
-
 
+
-
Fort77: [https://computation.llnl.gov/casc/Overture/henshaw/install/node8.html https://computation.llnl.gov/casc/Overture/henshaw/install/node8.html] This is where I got my version.
+
-
 
+
-
(The fort77 homepage might be here [http://www.ibiblio.org/pub/Linux/devel/lang/fortran/ http://www.ibiblio.org/pub/Linux/devel/lang/fortran/].)
+
-
 
+
-
 
+
-
Octave: [http://www.gnu.org/software/octave/ http://www.gnu.org/software/octave/] (I used the latest stable version (3.2.3).)
+
-
 
+
-
== Install ==
+
-
 
+
-
* Compile and Install Gnuplot
+
-
 
+
-
./configure
+
-
make
+
-
fakeroot make install
+
-
* Compile and Install f2c and libf2c
+
-
cd src/
+
-
make
+
-
fakeroot make install
+
-
cd ../libf2c
+
-
make
+
-
cp f2c.h /usr/include/
+
-
cp libf2c.a /usr/lib/
+
-
* Install fort77 script
+
-
cp fort77 /usr/bin
+
-
* Compile and Install GNU Octave
+
-
./configure F77=fort77 CXXFLAGS=-pthread FLIBS=-lf2c
+
-
make
+
-
fakeroot make install
+
-
 
+
-
The main obstacles were installing f2c, libf2c and fort77 and finding the necessary configure options to compile and install octave.
+
The information used for installation can be found here: <br>
The information used for installation can be found here: <br>
Line 54: Line 5:
[http://www.webmo.net/support/f2c_linux.html f2c / f77 Installation Instructions for Linux]
[http://www.webmo.net/support/f2c_linux.html f2c / f77 Installation Instructions for Linux]
-
=References=
+
==References==
-
 
+
<span id="Foot1"><sup>[1]. </sup>[http://www.gnu.org/software/octave/ Octave] Acessed 20/10/2009</span>
-
<references />
+
-
 
+
-
[[Category:Software]]
+
-
[[Category:Development]]
+
-
[[Category:HowTo]]
+

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)