Closed jschlyter closed 10 years ago
Please read the README on how to build from version controlled sources:
Warning! This is only for developers and if you don't understand what you are doing, you should download the release files instead.
You may check out the sources using Git with the following command:
git clone https://github.com/Yubico/libykneomgr.git
This will create a directory 'libykneomgr'. Enter the directory:
cd libykneomgr
Recent versions of autoconf, automake and libtool must be installed. Libzip is required by the library. Help2man is used to generate the manpages. GTK-DOC is used to generated API documentation. Gengetopt is needed for command line parameter handling.
Build the project using:
make
See cfg.mk for some settings.
With latest autoconf from homebrew: