forked from grpc/grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
C development knowhow
Craig Tiller edited this page May 20, 2015
·
9 revisions
$ git submodule update --init
$ apt-get install libgflags-dev libgtest-dev php5-dev npm node-gyp
$ cd third_party/protobuf
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
Add a symlink from nodejs to node
$ ./tools/run_tests/run_tests.py -c opt -l c++
$ ./tools/run_tests/run_tests.py -c opt -l c c++ node python ruby csharp
$ ./tools/run_tests/run_tests.py -c opt -l python -n 100