aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar vpai <vpai@google.com>2014-12-11 19:35:04 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-12 16:16:10 -0800
commite99270d63a230bf345f4323e1fd6f11c2fb842dc (patch)
tree0597e1014e1902f47016c1f8d501c480a10a6114 /INSTALL
parente0791ac8c5eb88de92ac1a07b1b1c88e3d67037e (diff)
Minor changes to make life easier for git newbies...
Change on 2014/12/11 by vpai <vpai@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81937816
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index c0b4bc3385..ca627fb461 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: