aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.OS2
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-01 22:39:46 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-01 22:39:46 +0000
commitdc01b6b1f20e9fa8a975f5f28e55fdaa75fe37e6 (patch)
treebe53597dae0d499197a282d9d0b4558b01c251c0 /INSTALL.OS2
parentb7a26e6dafdbf97513e968a45757a4d4e9843ba2 (diff)
downloadopenssl-dc01b6b1f20e9fa8a975f5f28e55fdaa75fe37e6.tar.gz
Changes to have OpenSSL compile on OS/2.
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
Diffstat (limited to 'INSTALL.OS2')
-rw-r--r--INSTALL.OS222
1 files changed, 22 insertions, 0 deletions
diff --git a/INSTALL.OS2 b/INSTALL.OS2
new file mode 100644
index 0000000000..d4cc0e319b
--- /dev/null
+++ b/INSTALL.OS2
@@ -0,0 +1,22 @@
+
+ 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.