Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 6c14f48
  • /
  • INSTALL.OS2
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:530316db180c8941efc6b6f3b2373e6334663229
directory badge Iframe embedding
swh:1:dir:6c14f48c24797c742870f7be7b385dc78444d90c
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.

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top