Merge pull request #5387 from vjpai/mac

Remove outdated ref to openssl from Mac INSTALL instructions
pull/5401/head
Kailash Sethuraman 9 years ago
commit 24d309d281
  1. 8
      INSTALL

@ -143,14 +143,6 @@ Then execute the following for all the needed build dependencies
$ 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 ../../
If you are going to make changes and need to regenerate the projects file,
you will need to install certain modules for python.

Loading…
Cancel
Save