#!/bin/csh
# A c-shell script to install MaRS
#
# Assumes the files in MaRS-2.1.tar have already been extracted...
# Should be invoked from the top-level MaRS directory..
echo To install MaRS, Maryland Routing Simulator Version 2.1
echo 1. type \"make depend\"
echo 2. type \"make mars\"

