Small-C v0.72 by A.J.Travis --------------------------- Installation Instructions by J.G.Harston ---------------------------------------- The programs supplied on this disk are all compiled to run Small-C from the current directory. They will need to be recompiled to run on your system. The following instructions may help you to install Small-C. 1: Ensure your distribution disk is write protected and copy it to your destination medium, such as to another floppy disk, to a hard drive or to a network server. Put the original in a safe place, and use the copy from now on. 2: Decide where the programs are going to go. The distribution disks are supplied in a recommended structure. With DFS there is little flexibility, and it is recommended you should use the supplied structure. With non-DFS systems, all the files are within $.Library.CLib. 3: If compiling on a DFS disk, you should remove the documentation in directory T to create enough space. 4: Edit the local/h file to specify what directories you are using. There are comments that give guidance and suggestions. 5: Load and enter the C shell by doing *exec loadsh 6: With the shell loaded and running, recompile the compiler programs for your system. With DFS, do: *dir :0.$ *exec mkdfs With all other systems, do: *dir $.Library.CLib.source *exec mkall This will take some time - about 30 to 40 minutes. 7: If you received no errors, then everything should be ready for use. Good Luck with your programming.