Basic Installation
==================

# When downloaded from the Github repo
# (Skip this step for released tarballs)
./autogen.sh

./configure
# Or to install elsewhere: ./configure --prefix=...

make

# Recommended
make check

# With elevated permissions if required
make install

# In order to uninstall
make uninstall

