Next: Installing the compiler.
Up: Installing the compiler
Previous: Installing the compiler
The compiler needs at least the following hardware:
- An I386 or higher processor. A coprocessor is not required, although it
will slow down your program's performance if you do floating point calculations.
- 2 Mb of free memory. Under DOS, if you use DPMI memory management,
such as under Windows, you will need at least 16 Mb.
- At least 500 Kb. free disk space.
The DOS distribution contains all the files you need to run the compiler
and compile pascal programs.
Under LINUX you need to have the following programs installed :
- gnu as, the gnu assembler.
- gnu ld, the gnu linker.
- Optionally (but highly recommended) : gnu make. For easy
recompiling of the compiler and Run-Time Library, this is needed.
Other than that, Free Pascal should run on almost any I386 LINUX system.
Michael Van Canneyt
Thu Sep 10 13:56:17 CEST 1998