Skip to content

Commit

Permalink
Merge pull request grpc#824 from grpc/oaktowner-patch-1
Browse files Browse the repository at this point in the history
Update INSTALL for C
  • Loading branch information
Jayant Kolhe committed Feb 26, 2015
2 parents 67347d8 + 4175d84 commit 18f42e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ wiki pages:
*************************

$ git clone https://github.com/grpc/grpc.git
$ cd grpc
$ git submodule update --init

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

0 comments on commit 18f42e4

Please sign in to comment.