Building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
! Usage | ! Usage | ||
! Debian | ! Debian | ||
|- | |- | ||
| rowspan="8"| Build tools | | rowspan="8"| Build tools | ||
| C++, C, and Fortran compilers | | C++, C, and Fortran compilers | ||
| row 1, cell 3 | | row 1, cell 3 | ||
| | | build-essential | ||
|- | |- | ||
| [http://www.gnu.org/software/make GNU Make] | | [http://www.gnu.org/software/make GNU Make] | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|- | |- | ||
| AWK, sed, and other Unix utilities | | AWK, sed, and other Unix utilities | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|- | |- | ||
| [http://www.gnu.org/software/bison Bison] | | [http://www.gnu.org/software/bison Bison] | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|- | |- | ||
| [http://www.gnu.org/software/flex Flex] | | [http://www.gnu.org/software/flex Flex] | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|- | |- | ||
| [http://www.gnu.org/software/autoconf Autoconf] | | [http://www.gnu.org/software/autoconf Autoconf] | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|- | |- | ||
| [http://www.gnu.org/software/automake Automake] | | [http://www.gnu.org/software/automake Automake] | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|- | |- | ||
| [http://www.gnu.org/software/libtool Libtool] | | [http://www.gnu.org/software/libtool Libtool] | ||
| row 2, cell 3 | | row 2, cell 3 | ||
| row 1, cell 3 | | row 1, cell 3 | ||
|} | |} | ||
[[Category:Building]] | [[Category:Building]] |
Revision as of 13:58, 6 December 2013
General information about building the Octave source for different operating systems.
We try to keep build instructions up to date in the source tree. Please clone using Mercurial or download it to see the README.
There are also instructions in the manual.
There is a page for Debian/Ubuntu users here.
Dependencies
Task | Name | Usage | Debian |
---|---|---|---|
Build tools | C++, C, and Fortran compilers | row 1, cell 3 | build-essential |
GNU Make | row 2, cell 3 | row 1, cell 3 | |
AWK, sed, and other Unix utilities | row 2, cell 3 | row 1, cell 3 | |
Bison | row 2, cell 3 | row 1, cell 3 | |
Flex | row 2, cell 3 | row 1, cell 3 | |
Autoconf | row 2, cell 3 | row 1, cell 3 | |
Automake | row 2, cell 3 | row 1, cell 3 | |
Libtool | row 2, cell 3 | row 1, cell 3 |