home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff353.lzh / NorthC / README < prev    next >
Text File  |  1990-06-02  |  2KB  |  75 lines

  1. NorthC Version 1.1  May 1990 (c) 1990 S.Hawtin.
  2.  
  3.  
  4.             NorthC by Steve Hawtin
  5.  
  6.  
  7.   Welcome to NorthC Version 1.1, this is the latest version of NorthC, the 
  8. first and only complete public domain 'C' environment for the Amiga that I 
  9. am aware of.  This disk contains all you need to compile and link 'C' 
  10. programs.
  11.  
  12.   I have attempted to create a single floppy containing everything you will 
  13. need to start programming in 'C', the disk contains all the documentation and 
  14. programs and enough example code to hint at how to develop complex programs.
  15.  
  16.   This distribution of "NorthC" has been compressed, to make it easier to 
  17. copy.  You will have to uncompress the "NorthC" disk before you can start.  To 
  18. uncompress the disk you should
  19.  
  20.   1) Create an empty blank floppy called "NorthC", you can do this with the 
  21.   CLI command
  22.  
  23.     format drive df0: name NorthC NOICONS
  24.  
  25.   2)  Write protect your workbench disk and the disk this file is on.
  26.   3)  Run the program "Unpack" in this directory.
  27.  
  28.  
  29.   The "Unpack" program should work on anything from a vanilla Amiga 500 
  30. upwards, however I have not tested it on OS versions before 1.3.
  31.  
  32.   It is my understanding that all the data and programs on this disk can be 
  33. freely copied, provided the restrictions noted in the various documentation 
  34. files are observed.  You use the information and programs on this disk at 
  35. your own risk, neither myself or any other member of Alcibiades Cabal can 
  36. accept any resposiblity for any damage caused as a result of using this disk.
  37.  
  38.   The NorthC disk is a combination of programs from various sources, the 
  39. most important of which are
  40.  
  41.     Blink   The Software Distillery
  42.     A68K    Charlie Gibb
  43.     hcc     Sozobon Ltd
  44.  
  45. the first two programs have just been copied, the last of these has had to 
  46. be extensivly altered to work correctly on the Amiga.
  47.  
  48.  
  49. ***** Note for distributors *****
  50.  
  51.   This software is in the public domain, you should not charge more than a 
  52. "reasonable" copy fee for it.
  53.  
  54.   To distribute the floppy you should copy the files 
  55.  
  56.     :c/lharc
  57.     :c/MuchMore
  58.     :NorthC.info
  59.     :NorthC/README
  60.     :NorthC/.info
  61.     :NorthC/Unpack.info
  62.     :NorthC/Unpack
  63.     :NorthC/README.info
  64.     :NorthC/NorthC1.lzh
  65.     :NorthC/Single-Unpack
  66.     :NorthC/Dual-Unpack
  67.     :NorthC/NorthC2.LZH
  68.  
  69. to your distribution floppy, then issue the CLI commands
  70.  
  71.     cd :NorthC
  72.     cd >ThisDir
  73.  
  74. otherwise the Unpack program will not work properly.
  75.