From 4175d84d00d2af7cb43f829ceddd75616419de29 Mon Sep 17 00:00:00 2001 From: Dan Ciruli Date: Wed, 25 Feb 2015 16:24:22 -0800 Subject: [PATCH] Update INSTALL for C Missed a step --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index c12bea089fc..50040d7d21c 100644 --- a/INSTALL +++ b/INSTALL @@ -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: