Add shadansari's fork of protobuf-c
2 files changed
tree: 57da5926ffb39fe2f320218486b85e34f3364138
  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