Skip to content
Snippets Groups Projects
Commit cc40ba1a authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Updated get-packages.sh to create installer for grpc before install

parent 06024026
No related branches found
No related tags found
1 merge request!3Resolve "bring up to date"
Pipeline #17889 canceled
......@@ -31,7 +31,7 @@ function main()
cd $here_dir/third-party/grpc
if [[ ! -x third_party/protobuf/src/protoc ]] && [[ ! -x /usr/local/bin/protoc ]] ; then
if [[ ! -f Makefile ]]; then
cmake .
cmake -DgRPC_INSTALL=ON -DCMAKE_INSTALL_PREFIX=/usr/local .
fi
make -j 3
sudo make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment