From e99270d63a230bf345f4323e1fd6f11c2fb842dc Mon Sep 17 00:00:00 2001 From: vpai Date: Thu, 11 Dec 2014 19:35:04 -0800 Subject: [PATCH] Minor changes to make life easier for git newbies... Change on 2014/12/11 by vpai ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81937816 --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c0b4bc33857..ca627fb4611 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ third_party directory, if you have cloned the github repository recursively. If you didn't clone recursively, you can still get them later by running the following command: -$ git submodule --init update +$ git submodule update --init grpc core currently depends on zlib and OpenSSL 1.0.2beta3, and also requires @@ -37,6 +37,7 @@ $ cd third_party/openssl $ ./config --prefix=/usr/local/openssl-alpn --shared $ make $ sudo make install +$ cd ../../ After that step, you can compile grpc: