Skip to content
Snippets Groups Projects
Commit 24d309d2 authored by Kailash Sethuraman's avatar Kailash Sethuraman
Browse files

Merge pull request #5387 from vjpai/mac

Remove outdated ref to openssl from Mac INSTALL instructions
parents 83b8f218 56042ce2
No related branches found
No related tags found
No related merge requests found
...@@ -141,15 +141,7 @@ Then execute the following for all the needed build dependencies ...@@ -141,15 +141,7 @@ Then execute the following for all the needed build dependencies
$ make gtest.a gtest_main.a $ make gtest.a gtest_main.a
$ sudo cp libgtest.a libgtest_main.a /opt/local/lib $ sudo cp libgtest.a libgtest_main.a /opt/local/lib
$ sudo mkdir /opt/local/include/gtest $ sudo mkdir /opt/local/include/gtest
$ sudo cp -pr ../gtest-svn/include/gtest /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 ../../
If you are going to make changes and need to regenerate the projects file, If you are going to make changes and need to regenerate the projects file,
you will need to install certain modules for python. you will need to install certain modules for python.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment