mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 02:23:51 +08:00
dc01b6b1f2
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
23 lines
426 B
Plaintext
23 lines
426 B
Plaintext
|
|
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.
|