blob: bbe63dc15438960a4f1e8bef7ad4db2621f53190 [file] [log] [blame]
Richard Levitte451dc182002-06-13 20:42:35 +00001
2
3 INSTALLATION ON THE DOS PLATFORM WITH DJGPP
4 -------------------------------------------
5
Andy Polyakov9222bc62005-01-14 16:25:36 +00006 OpenSSL has been ported to DJGPP, a Unix look-alike 32-bit run-time
7 environment for 16-bit DOS, but only with long filename support.
8 If you wish to compile on native DOS with 8+3 filenames, you will
9 have to tweak the installation yourself, including renaming files
10 with illegal or duplicate names.
Richard Levitte451dc182002-06-13 20:42:35 +000011
12 You should have a full DJGPP environment installed, including the
13 latest versions of DJGPP, GCC, BINUTILS, BASH, etc. This package
Richard Levitted36ab9c2016-01-21 14:43:51 +010014 requires that PERL and the PERL module Text::Template also be
Richard Levitte07930a72016-05-23 15:11:04 +020015 installed (see NOTES.PERL).
Richard Levitte451dc182002-06-13 20:42:35 +000016
Andy Polyakov9222bc62005-01-14 16:25:36 +000017 All of these can be obtained from the usual DJGPP mirror sites or
18 directly at "http://www.delorie.com/pub/djgpp". For help on which
19 files to download, see the DJGPP "ZIP PICKER" page at
20 "http://www.delorie.com/djgpp/zip-picker.html". You also need to have
21 the WATT-32 networking package installed before you try to compile
Richard Levitte2c25ebd2016-05-10 14:41:19 +020022 OpenSSL. This can be obtained from "http://www.watt-32.net/".
Richard Levitte5319be42002-12-04 09:54:10 +000023 The Makefile assumes that the WATT-32 code is in the directory
24 specified by the environment variable WATT_ROOT. If you have watt-32
25 in directory "watt32" under your main DJGPP directory, specify
26 WATT_ROOT="/dev/env/DJDIR/watt32".
Richard Levitte451dc182002-06-13 20:42:35 +000027
Andy Polyakov9222bc62005-01-14 16:25:36 +000028 To compile OpenSSL, start your BASH shell, then configure for DJGPP by
29 running "./Configure" with appropriate arguments:
Richard Levitte451dc182002-06-13 20:42:35 +000030
Andy Polyakov9222bc62005-01-14 16:25:36 +000031 ./Configure no-threads --prefix=/dev/env/DJDIR DJGPP
32
33 And finally fire up "make". You may run out of DPMI selectors when
34 running in a DOS box under Windows. If so, just close the BASH
35 shell, go back to Windows, and restart BASH. Then run "make" again.
Andy Polyakov0b52f892005-01-09 20:14:04 +000036
37 RUN-TIME CAVEAT LECTOR
38 --------------
39
40 Quoting FAQ:
41
42 "Cryptographic software needs a source of unpredictable data to work
43 correctly. Many open source operating systems provide a "randomness
44 device" (/dev/urandom or /dev/random) that serves this purpose."
45
Andy Polyakov9222bc62005-01-14 16:25:36 +000046 As of version 0.9.7f DJGPP port checks upon /dev/urandom$ for a 3rd
47 party "randomness" DOS driver. One such driver, NOISE.SYS, can be
48 obtained from "http://www.rahul.net/dkaufman/index.html".