Created
May 31, 2015 22:25
-
-
Save natemurthy/51ce481c185d56fc375f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install release | |
./configure | |
make | |
make check | |
sudo make install | |
sudo ldconfig /usr/local/lib | |
# confirm install | |
protoc --version |
Author
natemurthy
commented
May 31, 2015
- https://github.com/google/protobuf/blob/master/README.md
- http://stackoverflow.com/questions/29026724/getting-unknown-flag-v-when-i-run-protoc-version-in-my-ubuntu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment