summaryrefslogtreecommitdiff
path: root/INSTALL.OS2
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-05 13:57:22 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-05 13:57:22 -0800
commit37a8d409f8ffc065c1b1417f0f3b5ba050e8aa95 (patch)
treed502257cab443605232c089d204c5f964d52b1f0 /INSTALL.OS2
downloadopenssl-37a8d409f8ffc065c1b1417f0f3b5ba050e8aa95.tar.gz
openssl-37a8d409f8ffc065c1b1417f0f3b5ba050e8aa95.tar.bz2
openssl-37a8d409f8ffc065c1b1417f0f3b5ba050e8aa95.zip
Imported Upstream version 1.0.1cupstream/1.0.1c
Diffstat (limited to 'INSTALL.OS2')
-rw-r--r--INSTALL.OS231
1 files changed, 31 insertions, 0 deletions
diff --git a/INSTALL.OS2 b/INSTALL.OS2
new file mode 100644
index 0000000..530316d
--- /dev/null
+++ b/INSTALL.OS2
@@ -0,0 +1,31 @@
+
+ Installation on OS/2
+ --------------------
+
+ You need to have the following tools installed:
+
+ * EMX GCC
+ * PERL
+ * GNU make
+
+
+ To build the makefile, run
+
+ > os2\os2-emx
+
+ This will configure OpenSSL and create OS2-EMX.mak which you then use to
+ build the OpenSSL libraries & programs by running
+
+ > make -f os2-emx.mak
+
+ If that finishes successfully you will find the libraries and programs in the
+ "out" directory.
+
+ Alternatively, you can make a dynamic build that puts the library code into
+ crypto.dll and ssl.dll by running
+
+ > make -f os2-emx-dll.mak
+
+ This will build the above mentioned dlls and a matching pair of import
+ libraries in the "out_dll" directory along with the set of test programs
+ and the openssl application.