HOW TO INSTALL SMART -------------------- 1. Create a new directory and make it your working directory. 2. Copy the transmitted file to this directory. Give it the name 'smart'. 3. Extract the contents: uudecode smart tar -xf smart.tar 4. Compile the program: gcc -c *.c gcc -o smart *.o 5. Remove files you dont need (if you like): rm *.h *.c *.o 6. Test an example: smart ex1 7. Read the file 'help', to learn how to use smart. In your directory you will find the file 'smart.exe'. This is the version for DOS.