home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / TemaCD / DevPasc / _SETUP.2 / Group5 / ReadMe.txt < prev   
Text File  |  1998-03-31  |  3KB  |  92 lines

  1. This package contains a freeware pascal compiler for 386+. 
  2. The language and the runtime library are less or more compatible to TP 7.0
  3. ****************************************************************************
  4. Requirements
  5. ------------
  6.  
  7. 386 processor
  8. DOS:
  9.  - DOS 3.3    
  10.  - 640 kB RAM
  11.  - hard disk with 8 MB free space
  12.     
  13. ****************************************************************************
  14. The current version is only an evalution version.
  15. ****************************************************************************
  16.  
  17. Quick start
  18. -----------
  19. Download dos09905.zip and unzip it into a temporary directory. 
  20.  
  21. Start the install program INSTALL.EXE and follow the instructions.
  22.  
  23. Don't forget to set the path as mentioned by the install program.
  24.  
  25. To test the compiler, change to the demo directory of the compiler
  26. and type        
  27.         ppc386 hello
  28.     hello
  29.  
  30. The packages of the distribution
  31. --------------------------------
  32. dos09905.zip contains (the files are also seperate available to reduce file size):
  33.     basedos.zip     contains a DOS compiler, run time library and
  34.                     additional files
  35.     gnuasld.zip     contains additional GNU utilities which are neccessary:
  36.       AS 2.8.1
  37.       LD 2.8.1
  38.     gdb.zip         contains the GNU Debugger 4.16
  39.     docs.zip        contains the docs in HTML format
  40.     demo.zip        contains some demo files
  41.     install.exe     installation program
  42.     readme.txt      this readme file
  43.     unzip.exe       unzip program is used by installer 
  44.  
  45. gnuutils.zip      contains additional GNU utilities which are neccessary to compile
  46.                   the run time library:
  47.       Make 3.76.1
  48.       RM 3.16
  49.       CP 3.16
  50.  
  51. doc100ps.zip     contains the docs as post script
  52. pp09900s.zip     contains the compiler sources
  53. rl09900s.zip     contains the run time library sources
  54. doc100s.zip      contains the TeX sources of the doc
  55.  
  56. What's new
  57. ----------
  58. Mainly, bugs are fixed and some improvements are
  59. made in that release, besides that the following stuff is
  60. added:
  61.  * compiler
  62.    - mem[] and absolute works now as expected (go32v2 target only)
  63.    - basic MMX support by the compiler (see docs for more infos)
  64.  * runtime library
  65.    - better support of floating point types
  66.    - coprocessor emulator support
  67.  
  68. Documentation
  69. -------------
  70. The documentations are available as HTML pages.
  71. The documentation "home page" is DOC\FPKTOC.HTM (FPK Table Of Contents).
  72.  
  73. The documentation as post script is available at the ftp server.
  74.  
  75. Remarks:
  76. --------
  77. The procedure directive [C] is removed, use external;cdecl; instead.
  78.  
  79. Suggestions, Help ...
  80. ---------------------
  81. EMail: ba2395@fen.baynet.de
  82. WWW: http://www.brain.uni-freiburg.de/~klaus/fpk-pas/
  83. Additional informations about mailing lists etc. can befound on the
  84. web site.
  85.  
  86. License
  87. ---------
  88. The programs and sources come under the GPL, for more informations read
  89. the file COPYING. Additional informations about the runtime library license
  90. are found in COPYING.FPC. Some utilities and programs come under the license
  91. described in COPYING.DJ
  92.