Revision e56c77b8ee964b233137eea15b067eed1b1b44ea authored by Emilia Kasper on 17 September 2015, 11:27:05 UTC, committed by Emilia Kasper on 22 September 2015, 18:09:42 UTC
Fix comment, add another overflow check, tidy style

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit de8883e11befde31d9b6cfbbd1fc017c365e0bbf)
(cherry picked from commit f5afe9ce3f7ab8d2fef460054d1170427db0d02c)
1 parent 6905187
Raw File
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.
back to top