Skip to content

Commit

Permalink
Fixed protobuf build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-veitch committed Jan 28, 2015
1 parent 7f79166 commit 3b06068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ Compiling and installing protobuf 3.0.0 requires a few more dependencies in
itself, notably the autoconf suite, curl, and unzip. If you have apt-get, you
can install these dependencies this way:

# apt-get install unzip curl autotools-dev
# apt-get install unzip curl autoconf libtool

Then, you can build and install protobuf 3.0.0:

$ cd third_party/protobuf
$ ./autogen.sh
$ ./configure
$ make
# make install
Expand Down

0 comments on commit 3b06068

Please sign in to comment.