Skip to content
Snippets Groups Projects
Commit 82942f44 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #807 from grpc/oaktowner-patch-1-1

Clarify INSTALL
parents 874f9c9d de3c654b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment