Revision b3d8de7903fb5751591f0e4cd5737f9d6fabe4dd authored by Kurt Roeckx on 23 December 2013, 18:41:28 UTC, committed by Dr. Stephen Henson on 14 February 2014, 22:35:15 UTC
(cherry picked from commit e547c45f1c74e976656c042ec9d873f6eea0e756)
1 parent 0413ea5
INSTALL.OS2
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.

Computing file changes ...