Talk:Build from source: Difference between revisions

Jump to navigation Jump to search
Line 167: Line 167:


This will install a copy of Octave, its libraries, and its documentation in the destination directory. As distributed, Octave is installed in the following directories. In the table below, prefix defaults to /usr/local, version stands for the current version number of the interpreter, and arch is the type of computer on which Octave is installed (for example, ‘i586-unknown-gnu’).  
This will install a copy of Octave, its libraries, and its documentation in the destination directory. As distributed, Octave is installed in the following directories. In the table below, prefix defaults to /usr/local, version stands for the current version number of the interpreter, and arch is the type of computer on which Octave is installed (for example, ‘i586-unknown-gnu’).  
prefix/bin
 
Octave and other binaries that people will want to run directly.  
{| class="wikitable"
prefix/lib/octave-version
|'''prefix/bin'''|| Octave and other binaries that people will want to run directly.  
Libraries like libcruft.a and liboctave.a.  
|-
prefix/octave-version/include/octave
|'''prefix/lib/octave-version'''||Libraries like libcruft.a and liboctave.a.  
Include files distributed with Octave.  
|-
prefix/share
|'''prefix/octave-version/include/octave'''||Include files distributed with Octave.  
Architecture-independent data files.  
|-
prefix/share/man/man1
|'''prefix/share'''||Architecture-independent data files.  
Unix-style man pages describing Octave.  
|-
prefix/share/info
|'''prefix/share/man/man'''||Unix-style man pages describing Octave.  
Info files describing Octave.  
|-
prefix/share/octave/version/m
|'''prefix/share/info'''||Info files describing Octave.  
Function files distributed with Octave. This includes the Octave version, so that multiple versions of Octave may be installed at the same time.  
|-
prefix/libexec/octave/version/exec/arch
|'''prefix/share/octave/version/m'''||Function files distributed with Octave. This includes the Octave version, so that multiple versions of Octave may be installed at the same time.  
Executables to be run by Octave rather than the user.  
|-
prefix/lib/octave/version/oct/arch
|'''prefix/libexec/octave/version/exec/arch'''||Executables to be run by Octave rather than the user.  
Object files that will be dynamically loaded.  
|-
prefix/share/octave/version/imagelib
|'''prefix/lib/octave/version/oct/arch'''||Object files that will be dynamically loaded.  
Image files that are distributed with Octave.
|-
|'''prefix/share/octave/version/imagelib'''||Image files that are distributed with Octave.
|}
19

edits

Navigation menu