Add README.md
1 file changed
tree: 5334de0a5e5df0cb8f05ffaa0a38e7fe5ead3ca0
  1. INSTALL.md
  2. Makefile.am
  3. README.md
  4. configure.ac
  5. src/
README.md

Build

autoreconf --install
git submodule update --init
mkdir build && cd build
../configure
make
sudo make install