Skip to content

Commit

Permalink
Merge pull request grpc#827 from a11r/d2
Browse files Browse the repository at this point in the history
Minor fix to INSTALL
  • Loading branch information
ctiller committed Feb 26, 2015
2 parents 866816f + 2deb986 commit 62d637c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ wiki pages:
$ git clone https://github.com/grpc/grpc.git
$ git submodule update --init

$ make
$ sudo make install
$ cd grpc

$ 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:
Expand Down

0 comments on commit 62d637c

Please sign in to comment.