To build Harbour you'll need the following tools:
Please see the FAQ section entitled What C compiler should I use? for more details on choosing a C compiler.
Most platform/compiler combinations within Harbour make use of GNU make, some developers use other make utilities, you'll need to speak to them if you want to ignore the GNU make files.
You should be able to find GNU make at:
ftp://ftp.cdrom.com/pub/simtelnet/gnu/djgpp/v2gnu/mak379b.zip
Most (if not all) GNU/Linux distributions come with GNU make. If you can't find the make utility on your system you should look on your install CDs and/or the ftp site for your distribution.
ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu/devtools/gnumake.zip
TODO: Provide link
See the harbour download page.
The DJGPP distribution of GNU tools for DOS includes a port of flex.
Most GNU/Linux distributions come with a copy of flex. If you don't have it installed you should install it from your distribution media.
TODO: Provide link
TODO: Provide link
See the harbour download page.
The DJGPP distribution of GNU tools for DOS includes a port of bison.
Most GNU/Linux distributions come with a copy of bison. If you don't have it installed you should install it from your distribution media.
TODO: Provide link
TODO: Provide link
Please see the FAQ section entitled What is CVS and how do I use it? for more details on getting a CVS client for your environment.