Forked from sofyan-ahmad/Install protobuf 3 on Ubuntu
Last active
December 5, 2017 10:57
-
-
Save crackcomm/0c15a8cd8ef6f201720bf697ee1cb312 to your computer and use it in GitHub Desktop.
Revisions
-
crackcomm renamed this gist
Dec 5, 2017 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,8 @@ # # Original source: # https://gist.github.com/sofyanhadia/37787e5ed098c97919b8c593f0ec44d8 # # Make sure you grab the latest version curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip @@ -10,6 +15,5 @@ sudo mv protoc3/bin/* /usr/local/bin/ # Move protoc3/include to /usr/local/include/ sudo mv protoc3/include/* /usr/local/include/ # Remove all temp files rm -rf protoc3 protoc-3.2.0-linux-x86_64.zip -
crackcomm renamed this gist
Dec 5, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sofyan-ahmad revised this gist
Jul 24, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,6 @@ sudo mv protoc3/bin/* /usr/local/bin/ # Move protoc3/include to /usr/local/include/ sudo mv protoc3/include/* /usr/local/include/ # Optional: change owner sudo chwon [user] /usr/local/bin/protoc sudo chwon -R [user] /usr/local/include/google -
sofyan-ahmad revised this gist
Jul 24, 2017 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,12 @@ curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2. # Unzip unzip protoc-3.2.0-linux-x86_64.zip -d protoc3 # Move protoc to /usr/local/bin/ sudo mv protoc3/bin/* /usr/local/bin/ # Move protoc3/include to /usr/local/include/ sudo mv protoc3/include/* /usr/local/include/ # Optional change owner sudo chwon [user] /usr/local/bin/protoc sudo chwon -R [user] /usr/local/include/google -
sofyan-ahmad revised this gist
Apr 7, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Make sure you grab the latest version curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip # Unzip -
sofyan-ahmad revised this gist
Apr 7, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2. unzip protoc-3.2.0-linux-x86_64.zip -d protoc3 # Move only protoc* to /usr/bin/ sudo mv protoc3/bin/protoc /usr/bin/protoc -
sofyan-ahmad revised this gist
Apr 7, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ # Make sure you grab latest version curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip # Unzip unzip protoc-3.2.0-linux-x86_64.zip -d protoc3 # Move only protoc* to /usr/bin/ sudo mv protoc3/protoc /usr/bin/protoc -
sofyan-ahmad revised this gist
Apr 7, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2. # Unzip unzip protoc-3.0.0-beta-2-linux-x86_64.zip -d protoc3 # Move only protoc* to /usr/bin/ sudo mv protoc3/protoc /usr/bin/protoc -
sofyan-ahmad revised this gist
Apr 7, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # Make sure you grab latest version curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-osx-x86_32.zip # Unzip unzip protoc-3.0.0-beta-2-linux-x86_64.zip -d protoc3 -
sofyan-ahmad created this gist
May 8, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Make sure you grab latest version curl -OL https://github.com/google/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_64.zip # Unzip unzip protoc-3.0.0-beta-2-linux-x86_64.zip -d protoc3 # Move only protoc* to /bin/ sudo mv protoc3/protoc /bin/protoc