summaryrefslogtreecommitdiffstats
path: root/INSTALL.DJGPP
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-04 09:54:10 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-04 09:54:10 +0000
commit5319be44384de8a6f8a2bf6249f3b2aa59cd8b52 (patch)
treea65ac5ee2fb4ad1bdd03ddcc02d3537564a4c4f7 /INSTALL.DJGPP
parentf7a3e73ef63aaef2b7f325af4a4bbb10d8fb762e (diff)
DJGPP patches.
PR: 347
Diffstat (limited to 'INSTALL.DJGPP')
-rw-r--r--INSTALL.DJGPP14
1 files changed, 8 insertions, 6 deletions
diff --git a/INSTALL.DJGPP b/INSTALL.DJGPP
index 0120b946b5..cdeac222b2 100644
--- a/INSTALL.DJGPP
+++ b/INSTALL.DJGPP
@@ -12,12 +12,14 @@
latest versions of DJGPP, GCC, BINUTILS, BASH, etc. This package
requires that PERL and BC also be installed.
- All of these can be obtained from the usual DJGPP mirror sites, such as
- "ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp". You also need to have
- the WATT-32 networking package installed before you try to compile
- openssl. This can be obtained from "http://www.bgnett.no/~giva/". The
- Makefile assumes that the WATT-32 code is in directory "watt32" under
- /dev/env/DJDIR.
+ All of these can be obtained from the usual DJGPP mirror sites, such
+ as "ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp". You also need to
+ have the WATT-32 networking package installed before you try to compile
+ openssl. This can be obtained from "http://www.bgnett.no/~giva/".
+ The Makefile assumes that the WATT-32 code is in the directory
+ specified by the environment variable WATT_ROOT. If you have watt-32
+ in directory "watt32" under your main DJGPP directory, specify
+ WATT_ROOT="/dev/env/DJDIR/watt32".
To compile openssl, start your BASH shell. Then configure for DOS by
running "./Configure" with appropriate arguments. The basic syntax for