Compilation and Installation

From OpenSSLWiki
Revision as of 14:40, 24 March 2013 by Philippe lhardy (talk | contribs) (Created page with "== Get source code == http://www.openssl.org/source/ == Compilation == once you untarred source ( or got it from a source control ) best is to look at README provided in it. …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Get source code

http://www.openssl.org/source/

Compilation

once you untarred source ( or got it from a source control ) best is to look at README provided in it.

cat README

cat INSTALL

Quick =

./config
make
make test
make install

Platfom specific

Linux

Intel

ARM

Windows

Mac