home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compiler / miracl / read.me < prev    next >
Text File  |  1993-02-08  |  2KB  |  67 lines

  1.  
  2.         Miracle C Compiler version 1.5
  3.         Copyright 1989-93 T Szocik
  4.  
  5.  
  6.  
  7. INSTALLATION INSTRUCTIONS
  8.  
  9. You should install the Miracle C compiler on a 386 PC with hard disk.
  10. Please read the section on Registration below.
  11.  
  12. Create a new directory for the compiler on your hard drive (eg C:\CC);
  13.  
  14.         C:\> md cc
  15.         C:\> cd cc
  16.         C:\CC>
  17.  
  18. Run the self-extracting archive MIRACLE.EXE;
  19.  
  20.         C:\CC> miracle -d
  21.  
  22. This unpacks the compiler, library and example programs, and documentation.
  23. It also creates a subdirectory INCLUDE containing header files.
  24. A Microsoft-compatible linker is required to produce .exe files.
  25.  
  26.  
  27. DESCRIPTION
  28.  
  29. The Miracle C Compiler runs on a 386 PC (or better) and compiles traditional C
  30. (Kernighan & Ritchie) with some ANSI language extensions. It generates object
  31. code suitable for Microsoft or compatible linker (nb. linker not included).
  32.  
  33. It is completely compatible with traditional C syntax and implements record
  34. (struct/union) and enumerated data types, int, long and floating point types,
  35. user type definition, bit fields in structs, and initializers for all types.
  36. Both traditional and new (ANSI) function declaration is supported. There is a
  37. comprehensive library of functions; some example programs and Word for
  38. Windows format documentation is supplied with the package.
  39.  
  40.  
  41. DOCUMENTATION
  42.  
  43. If you have Microsoft Word, you may read and print out miracle.doc.
  44. Otherwise read the user documentation file miracle.txt.
  45. The compiler requires environment variables to be set as described in
  46. the documentation. You may also wish to include the C compiler
  47. directory in your PATH statement in autoexec.bat.
  48.  
  49.  
  50. REGISTRATION
  51.  
  52. The compiler is shareware, and is supplied  on a trial use basis.
  53. The compiler package is copyright material and should not be modified
  54. or disassembled. Programs written using the compiler may be freely
  55. distributed.
  56.  
  57. If you find it useful you should register. Registration costs 10 pounds
  58. in the UK, 25 dollars overseas, and entitles you to receive a printed copy of
  59. the documentation and upgrades for one year.
  60.  
  61. Registration is from the author;
  62.  
  63.     T Szocik
  64.     45 Englewood Road
  65.     London S.W.12 9PA
  66.     United Kingdom.
  67.