Building openssl - gladenko/TideSDK GitHub Wiki

OSX

wget http://www.openssl.org/source/openssl-1.0.1c.tar.gz
tar -zxf openssl-1.0.1c.tar.gz
cd openssl-1.0.1c
$ ./config --prefix=path/to/openssl
$ make
$ make test
$ make install

Note: Don't use a relative path for the prefix

Copyright and Attribution

The following copyright and attribution applies to this document:

Copyright © 2012 David Pratt. All rights reserved.

CONTRIBUTORS: