add protobuf submodule
2 files changed
tree: 5c7cdee8d1a391244837e770ff9bd1001206a496
  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
mkdir build && cd build
../configure
make
sudo make install