next up previous contents index
Next: Structure of NESL distribution Up: Installing NESL Previous: Installing NESL

Getting the files

 

FTP  to nesl.scandal.cs.cmu.edu (currently 128.2.198.40), login as anonymous, enter your e-mail address as the password, cd code/nesl, and get nesl.tar.Zgif. Depending on your FTP client you may need to set the transfer mode to binary first. Finally, uncompress and untar the file.

% ftp nesl.scandal.cs.cmu.edu
Name: anonymous
Password: me@my.site.name
ftp> cd /afs/cs/project/scandal/public/code/nesl
ftp> binary
ftp> get nesl.tar.Z
ftp> quit
% uncompress nesl.tar
% tar -xf nesl.tar
The system requires about 3.5 Megabytes of disk space uncompressed and without binaries.  Some of this can be removed if you are not going to be using all of the parallel machines (see the cvl  directories in the next section), or if you don't need to keep the manuals. The biggest use of space will be for the dumped Common Lisp image you will make after building NESL; this will occupy from 3 to 35 Megabytes, depending on the version of Lisp you use and the machine on which you are running (see the discussion of building the system in Section 5.3).



Guy Blelloch
Tue Nov 28 18:37:09 EST 1995