Difference between revisions of "Compilation and Installation"

From OpenSSLWiki
Jump to navigationJump to search
(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. …")
 
Line 11: Line 11:
 
cat INSTALL  
 
cat INSTALL  
  
=== Quick ====
+
==== Quick ====
  
 
<pre>
 
<pre>

Revision as of 14:40, 24 March 2013

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