== Building:

autoreconf -i
mkdir build
cd build
../configure
make

== Installing

make install

=== Install specific path

  ../configure --prefix={your prefix}


== Creating release file

make dist
