logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

octave-config - GNU Octave component and library information retrieval

Author

       John W. Eaton <jwe@octave.org>

       This  manual  page  was  contributed  by  Dirk  Eddelbuettel  <edd@debian.org>  for  the Debian GNU/Linux
       distribution but may be used by others.

Description

octave-config is a tool to obtain directory information for .oct and .m files for octave(1).

Name

       octave-config - GNU Octave component and library information retrieval

Options

--m-site-dir
               Display the main directory for local, or site-specific, .m script files.

       --oct-site-dir
               Display the main directory for local, or site-specific, .oct dynamic-link libraries.

       -pVAR, --printVAR
               Print the default value of the Octave configuration variable VAR.  Recognized variables are:
                  API_VERSION             LOCALAPIOCTFILEDIR
                  ARCHLIBDIR              LOCALARCHLIBDIR
                  BINDIR                  LOCALFCNFILEDIR
                  CANONICAL_HOST_TYPE     LOCALOCTFILEDIR
                  DATADIR                 LOCALSTARTUPFILEDIR
                  DATAROOTDIR             LOCALVERARCHLIBDIR
                  DEFAULT_PAGER           LOCALVERFCNFILEDIR
                  EXEC_PREFIX             LOCALVEROCTFILEDIR
                  FCNFILEDIR              MAN1DIR
                  IMAGEDIR                MAN1EXT
                  INCLUDEDIR              MANDIR
                  INFODIR                 OCTFILEDIR
                  INFOFILE                OCTINCLUDEDIR
                  LIBDIR                  OCTLIBDIR
                  LIBEXECDIR              PREFIX
                  LOCALAPIARCHLIBDIR      STARTUPFILEDIR
                  LOCALAPIFCNFILEDIR      VERSION

       -v, --version
               Display the version number of octave(1).

       -h, -?, --help
               Print help message.

See Also

       octave (1).

GNU Octave                                       3 January 2014                                 OCTAVE-CONFIG(1)

Synopsis

octave-config [OPTION]...

See Also