add make steps for grpc
1 file changed
tree: 0d4cb8bc2d53cbc964df48004b652ed6452aa3fa
  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