Talk:Build from source: Difference between revisions

Jump to navigation Jump to search
Line 142: Line 142:
The [http://www.gnu.org/software/octave/doc/interpreter/External-Packages.html manual] lists the following as required packages:
The [http://www.gnu.org/software/octave/doc/interpreter/External-Packages.html manual] lists the following as required packages:


BLAS
Basic Linear Algebra Subroutine library (http://www.netlib.org/blas). Accelerated BLAS libraries such as ATLAS (http://math-atlas.sourceforge.net) are recommeded for better performance.
LAPACK
Linear Algebra Package (http://www.netlib.org/lapack).
PCRE
The Perl Compatible Regular Expression library (http://www.pcre.org).


The following external package is optional but strongly recommended:  
{| class="wikitable"
GNU Readline
|'''BLAS'''|| Basic Linear Algebra Subroutine library (http://www.netlib.org/blas). Accelerated BLAS libraries such as ATLAS (http://math-atlas.sourceforge.net) are recommeded for better performance.
Command-line editing library (www.gnu.org/s/readline).
|-
|'''LAPACK'''||Linear Algebra Package (http://www.netlib.org/lapack).
|-
|'''PCRE'''||The Perl Compatible Regular Expression library (http://www.pcre.org).
|-
|'''GNU Readline'''||Command-line editing library (www.gnu.org/s/readline). Readline is technically optional, but it is strongly recommended.
|}
 
Beyond these, there are several more optional dependencies that configure will complain about, look in the [http://www.gnu.org/software/octave/doc/interpreter/External-Packages.html manual] for the complete list.


===Run make===
===Run make===
19

edits

Navigation menu