LattE is downloadable from the following website:
http://www.math.ucdavis.edu/
latte/downloads/
Step 1: Create directory for LattE
mkdir latte
Step 2: Download ``latte_v1.1.tar.gz'' to directory ``latte''
Download ``latte_v1.1.tar.gz'' from
http://www.math.ucdavis.edu/
latte/downloads/
(If you have never downloaded a file from the internet: A click with your right mouse button onto the file name on the webpage should do the trick. In any case, if you do not succeed, ask your system administrator, a friend, or send us an email.)
Step 3: Change to directory for ``latte''
cd latte
Step 4: Unzip and untar the archive
gunzip latte_v1.1.tar.gz
tar xvf latte_v1.1.tar
Step 5: Change a directory
cd code
Step 6: Make ``install'' executable
chmod 700 install
Step 7: Install LattE
./install
Step 8: Change a directory
cd LattE
Step 9: Copy all binaries to the LattE directory
cp * ../../
Step 10: Go to the LattE directory
cd ../../