Add grpc-c
2 files changed
tree: ec13168c988fd0efc879ec4f20ca93c1e4a65004
  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