Richard Levitte | dc01b6b | 2001-07-01 22:39:46 +0000 | [diff] [blame] | 1 | |
| 2 | Installation on OS/2 |
| 3 | -------------------- |
| 4 | |
| 5 | You need to have the following tools installed: |
| 6 | |
| 7 | * EMX GCC |
| 8 | * PERL |
| 9 | * GNU make |
| 10 | |
| 11 | |
| 12 | To build the makefile, run |
| 13 | |
| 14 | > os2\os2-emx |
| 15 | |
| 16 | This will configure OpenSSL and create OS2-EMX.mak which you then use to |
| 17 | build the OpenSSL libraries & programs by running |
| 18 | |
| 19 | > make -f os2-emx.mak |
| 20 | |
| 21 | If that finishes successfully you will find the libraries and programs in the |
| 22 | "out" directory. |
Richard Levitte | cd4c36a | 2002-07-17 13:27:43 +0000 | [diff] [blame] | 23 | |
| 24 | Alternatively, you can make a dynamic build that puts the library code into |
| 25 | crypto.dll and ssl.dll by running |
| 26 | |
| 27 | > make -f os2-emx-dll.mak |
| 28 | |
| 29 | This will build the above mentioned dlls and a matching pair of import |
| 30 | libraries in the "out_dll" directory along with the set of test programs |
| 31 | and the openssl application. |