QuickBuild

From GnokiiWiki

Jump to: navigation, search

Building gnokii - Quick instructions

  1. Get [source code]
  2. un-tar it into a suitable directory
  3. 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 --help to see all available options.
  4. run
    make
  5. run as root
    make install

That's it. You're done.

Personal tools