Skip to content

Commit

Permalink
Clarify INSTALL
Browse files Browse the repository at this point in the history
Added better instructions (including the git instructions).
  • Loading branch information
oaktowner committed Feb 25, 2015
1 parent 8542900 commit de3c654
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ wiki pages:
* If you are in a hurry *
*************************

A typical unix installation won't require any more steps than running:
$ git clone https://github.com/grpc/grpc.git
$ git submodule update --init

$ make
# make install
$ make
$ sudo make install

You don't need anything else than GNU Make, gcc and autotools. Under a Debian
or Ubuntu system, this should boil down to the following packages:

# apt-get install build-essential autoconf libtool
$ apt-get install build-essential autoconf libtool

Building the python wrapper requires the following:

Expand Down

0 comments on commit de3c654

Please sign in to comment.