2000-02-25 10:15:17 +00:00
|
|
|
|
2000-11-11 08:59:31 +00:00
|
|
|
GoldED+ compilation howto
|
2000-10-20 11:14:13 +00:00
|
|
|
by Alexander Aganichev, 2:5020/201.58 <aaganichev@netscape.net>
|
2000-02-25 10:15:17 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
To compile GoldED+ and utilities you'll need:
|
|
|
|
|
|
|
|
- GNU C++ newer than 2.8.x, gcc 2.95.2 recommended
|
|
|
|
- GNU make and GNU sed
|
|
|
|
- vi, emacs, or any other editor you like
|
2000-10-24 05:02:25 +00:00
|
|
|
- beer or bear on your choice ;-)
|
2000-02-25 10:15:17 +00:00
|
|
|
|
2000-11-11 08:59:31 +00:00
|
|
|
--- MINGW ONLY ---
|
|
|
|
Please consult this howto on installing MinGW over Cygwin:
|
|
|
|
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/mno-cygwin-howto.txt
|
2000-03-22 17:59:18 +00:00
|
|
|
------ COMMON ------
|
|
|
|
|
2000-02-25 10:15:17 +00:00
|
|
|
First, edit GNUmakef.def for the preferrable compilation options.
|
|
|
|
|
2000-06-16 23:30:48 +00:00
|
|
|
Now go to golded3 and copy mygolded.__h to mygolded.h and adjust it for
|
2000-02-25 10:15:17 +00:00
|
|
|
yourself (put your name, FTN address and e-mail). Goto root again.
|
|
|
|
|
2000-10-24 05:02:25 +00:00
|
|
|
Exec 'make' (or `gmake' on BSD) and drink beer or play with bear until
|
2000-11-11 08:59:31 +00:00
|
|
|
compilation in progress. But better - help your wife (if you have one) or
|
|
|
|
wives (if you have more :)) with home work ;-)
|
2000-02-25 10:15:17 +00:00
|
|
|
|
|
|
|
ls bin/
|
|
|
|
|
|
|
|
You have to get ged{short-patform-name}, gn{short-patform-name}, and
|
|
|
|
rddt{short-patform-name}. If so, you did it!
|
2000-12-13 22:27:13 +00:00
|
|
|
|
|
|
|
When building in DJGPP environment you may wish to patch libc with djlocale
|
|
|
|
patch which may be found on http://asa.i-connect.com/djlocale.zip. This patch
|
|
|
|
intended for those who worried about NLS support.
|