Installation
From GnokiiWiki
Hints about the installation, mainly on non-Linux boxes.
Contents |
Installing from sources
Get the sources
See gnokii.org - Downloads for details.
Configure
This is the basic command:
./configure
Howhever you should know what is the right place to install files.
For example, language data files on Slackware need to go under /usr/share/locale/ but the default prefix would put them under /usr/local/share/locale/ so you need this:
./configure --prefix=/usr
See ./configure --help for details.
Some useful options for configure script are:
-
--disable-sharedprevents from building shared library for gnokii (useful for development and debugging) -
--enable-securityenables some security options:--entersecuritycode,--getsecuritycodestatus,--changesecuritycode
Compile
make
This should be done as user.
Install
make install
This must be done as root.

