QuickBuild
From GnokiiWiki
Building gnokii - Quick instructions
- Get the source code from a release tarball and un-tar it into a suitable directory or clone the git repository (suggested)
- 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.
Related pages
- Detailed instructions (included in the source code)
- Build instructions for Windows