Update README.md
1 file changed
tree: ff473055138f096a87d1cfd0bc99820546ee8de4
  1. .gitmodules
  2. INSTALL.md
  3. Makefile.am
  4. README.md
  5. configure.ac
  6. src/
  7. third_party/
README.md

Build

autoreconf --install
git submodule update --init --recursive
./configure
make
sudo make install