From 87709366ae6bb89049593496f54e4b96e79a86ed Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 25 Feb 2015 16:54:44 -0800 Subject: [PATCH 1/2] Update INSTALL --- INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index c12bea089fc25..3f1c5fe276368 100644 --- a/INSTALL +++ b/INSTALL @@ -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: From 2deb9865e970d90c022df47b91082a156b12c379 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 25 Feb 2015 16:55:58 -0800 Subject: [PATCH 2/2] Update INSTALL --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 3f1c5fe276368..0b632f194450d 100644 --- a/INSTALL +++ b/INSTALL @@ -12,7 +12,7 @@ wiki pages: $ git clone https://github.com/grpc/grpc.git $ git submodule update --init - $cd grpc + $ cd grpc $ make $ sudo make install