This project makes use of GNU Automake as a build system.
brew install autoconf automake libtool pkg-config libgcrypt glib
Development headers for Libgcrypt and GLib 2.0 are required at a minimum
cd
into the repoautoreconf --install
to initialize the build system./configure
to prepare the projectmake
to build the binary- Binaries will be built to the
./src
directory
- Binaries will be built to the
make install
to install the built project to the system