help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how installing octave


From: Johann Drexl
Subject: Re: how installing octave
Date: Fri, 22 Nov 2002 13:12:19 +0100

Andres Montiel Hernandez wrote:
> 
> How installing octave in Red Hat whitout de rpm package
> or sayme where download information for installation.
> thank you.

A couple of days ago i compiled octave under SuSE 7.3.
I used:
- octace v2.1.39 
- gcc 2.95.3 
- gnu Readline 4.3
- flex 2.5.4 & bison 1.28 

and octave forge:
- octave-forge-2002.05.09

A) For compiling octave:
Read the Dokument README.linux:
1)      ./configure --enable-shared
2)      make
3) as root: make install

Test for support of shared libs:
octave_config_info("ENABLE_DYNAMIC_LINKING")

B) For compiling octave-forge:
1) rm -r FIXES
and select extra packages by removing the file NOINSTALL from the extra
packages you want to install
2) ./configure
3)      make
4) as root: make install



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]