aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-24 09:24:29 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-24 09:24:29 -0800
commit56042ce22d318bd4292d29b35ce4a98e837109aa (patch)
tree7ad32ef80c9bf1305074d5a865894a510b23d029 /INSTALL
parentcd7bd2664cf0d3a132f4dbe5d5eeebcfe892bea6 (diff)
Remove outdated ref to openssl from Mac instructions
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 1 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index a0df57dcd3..e33f8970a9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -141,15 +141,7 @@ Then execute the following for all the needed build dependencies
$ make gtest.a gtest_main.a
$ sudo cp libgtest.a libgtest_main.a /opt/local/lib
$ sudo mkdir /opt/local/include/gtest
- $ sudo cp -pr ../gtest-svn/include/gtest /opt/local/include/gtest
-
-We will also need to make openssl and install it appropriately
-
- $ cd <git directory>
- $ cd third_party/openssl
- $ ./config
- $ sudo make install
- $ cd ../../
+ $ sudo cp -pr ../gtest-svn/include/gtest /opt/local/include/gtest
If you are going to make changes and need to regenerate the projects file,
you will need to install certain modules for python.