Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. VERSION=3.6.1
  2. sudo apt-get install autoconf automake libtool curl make g++ unzip
  3. curl -OL protobuf-all-$VERSION.tar.gz.
  4. cd protobuf-3.6.1
  5. ./configure && make && make check
  6. sudo make install
  7. sudo ldconfig # refresh shared library cache.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement