mirror of https://github.com/grpc/grpc-web.git
Install grpc and protobuf when building on Mac. Since DYLD_LIBRARY_PATH cannot be passed to nginx configure script from El Cap.
This commit is contained in:
parent
5541c0e634
commit
ca9e4d16ae
|
@ -2,7 +2,8 @@
|
|||
make clean
|
||||
cd third_party/protobuf \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure && make install -j8 \
|
||||
&& ./configure
|
||||
&& make install -j8 \
|
||||
&& cd ../..
|
||||
cd third_party/grpc \
|
||||
&& make install -j8 \
|
||||
|
|
Loading…
Reference in New Issue