readme.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Free Pascal Compiler
  2. Version 0.99.10
  3. ****************************************************************************
  4. * Intro
  5. ****************************************************************************
  6. This package contains a freeware pascal compiler for 386+. The language
  7. and the runtime library are less or more compatible to TP 7.0. Some Delphi
  8. additions have also been implemented like exceptions and rtti.
  9. ****************************************************************************
  10. * Requirements
  11. ****************************************************************************
  12. 386 processor
  13. DOS:
  14. - DOS 3.3
  15. - 640 kB RAM
  16. - hard disk with 8 MB free space
  17. - 4mb of memory (8+ MB recommended)
  18. - DMPI server (CWSDPMI is delivered in the go32v2 distro)
  19. Win32:
  20. - Win95 or WinNT
  21. - 8mb of memory (16+ MB recommended)
  22. ****************************************************************************
  23. The current version is only an evaluation version.
  24. ****************************************************************************
  25. Quick start
  26. -----------
  27. Download dos09910.zip and unzip it into a temporary directory.
  28. Start the install program INSTALL.EXE and follow the instructions.
  29. Don't forget to set the path as mentioned by the install program.
  30. To test the compiler, change to the demo directory of the compiler
  31. and type
  32. ppc386 hello
  33. hello
  34. ****************************************************************************
  35. * The packages of the distribution
  36. ****************************************************************************
  37. All standard packages contain a part that is specific for the target platform
  38. and a few files which are target independent. All files are also available
  39. as separate files to reduce file size if the default file is too big.
  40. dos09910.zip specific:
  41. ----------------------
  42. basego32.zip contains a DOS (Go32V2) compiler, run time library and
  43. additional files.
  44. asldgo32.zip contains additional GNU utilities which are necessary:
  45. AS 2.8.1 for Go32V2
  46. LD 2.8.1 for Go32V2
  47. AR 2.8.1 for Go32V2
  48. Strip 2.8.1 for Go32V2
  49. gdbgo32.zip contains the GNU Debugger 4.16 for Go32V2
  50. w3209910.zip specific:
  51. ----------------------
  52. basew32.zip contains a Win32 compiler, run time library and
  53. additional files.
  54. asldw32.zip contains additional GNU utilities from MinGW32 which are
  55. necessary:
  56. AS 980119 for Win32
  57. LD 980119 for Win32
  58. AR 980119 for Win32
  59. Strip 980119 for Win32
  60. gdbw32.zip contains the GNU Debugger 4.16.1 for Win32
  61. common files in dos09910.zip and w3209910.zip:
  62. ----------------------------------------------
  63. gnuutils.zip contains additional GNU utilities which are neccessary to
  64. compile the run time library:
  65. Make 3.76.1
  66. RM 3.16
  67. CP 3.16
  68. MV 3.16
  69. PWD 3.16
  70. GInstall 3.16
  71. demo.zip contains some demo files
  72. docs-htm.zip contains the documentatio in HTML format
  73. docs-ps.zip contains the documentaion in post script
  74. install.exe installation program
  75. install.dat installation data
  76. readme.txt this readme file
  77. whatsnew.txt what's been changed
  78. Optional source package src09910.zip:
  79. -------------------------------------
  80. pp09910s.zip contains the compiler sources
  81. rl09910s.zip contains the run time library sources
  82. doc120s.zip contains the TeX sources of the doc
  83. ****************************************************************************
  84. * Documentation
  85. ****************************************************************************
  86. The documentations are available as HTML pages.
  87. The documentation "home page" is doc\fpctoc.htm (FPC Table Of Contents).
  88. The documentation as post script is available at the ftp server.
  89. ****************************************************************************
  90. * Suggestions, Help, Bugs ...
  91. ****************************************************************************
  92. Suggestions, Help ...
  93. ---------------------
  94. EMail: [email protected]
  95. WWW: http://tfdec1.fys.kuleuven.ac.be/~michael/fpc/
  96. Additional informations about mailing lists etc. can be found on the
  97. web site.
  98. ****************************************************************************
  99. * License
  100. ****************************************************************************
  101. The programs and sources come under the GPL, for more informations read
  102. the file COPYING. Additional informations about the runtime library license
  103. are found in COPYING.FPC. Some utilities and programs come under the license
  104. described in COPYING.DJ