From 37b9ec1f631ac5f22ad2125961adf9241248bcc0 Mon Sep 17 00:00:00 2001 From: vjpai <vpai@google.com> Date: Mon, 10 Aug 2015 10:02:09 -0700 Subject: [PATCH] Added invocation of ./config - thanks to @dangunter --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 8a0a98ad2e..808166dfed 100644 --- a/INSTALL +++ b/INSTALL @@ -132,6 +132,7 @@ We will also need to make openssl and install it appropriately $ cd <git directory> $ cd third_party/openssl + $ ./config $ sudo make install $ cd ../../ -- GitLab