This directory contains the source code for GRASS 4.2 in compressed tar format. The large (25 mb) file grass42src.tar.Z is the whole source in a single file. If you get this file, you only need to type the following after you ftp it: tar -xvf grass42src.tar.Z *********************************************** The source is also split into 21 seperate files using the UNIX split command. To reconstitute the tar file, you can use a variety of methods including: cat grass42src.tar.Z.a* >grass42src.tar.Z which will concatonate the files back into a single file, then execute the following: uncompress grass42.tar.Z followed by: tar -xvf grass42.tar.Z This will create the necessary directories and files for you to compile GRASS. *********************************************** If you experience any problems, please email us at: grass@baylor.edu