QuickBuild
From GnokiiWiki
Building gnokii - Quick instructions
- Get [source code]
- un-tar it into a suitable directory
- execute:
./autogen.sh
in the build directory. This will generate NLS-files, create configure and execute configure to generate makefiles.- After autogen, you may want to re-execute configure to enable any optional gnokii features. Run
./configure --helpto see all available options.
- After autogen, you may want to re-execute configure to enable any optional gnokii features. Run
- run
make
- run as root
make install
That's it. You're done.

