#!/bin/sh
# $Id: configure,v 1.1.1.1 2001/11/11 19:59:55 lloydwood Exp $

echo
echo "SaVi: You need to read the savi1.2/README file."
echo "A brief getting-started summary is given here:"
echo
echo "cd savi1.2; make ARCH=linux; ./savi"
echo
echo "Replace ARCH value with other platforms (sun, irix) if needed."
echo "You may need to edit savi1.2/src/Makefile_defs.(\$ARCH) to build."
echo
echo "You will need to edit the savi1.2/savi wrapper script that runs"
echo "the SaVi binary to set environment variables appropriately."
echo "You may need to set Tcl/Tk library locations in this ./savi"
echo "script if building dynamically."
echo
echo "The ./savi wrapper script sets \$SAVI to the location"
echo "of the savi1.2/ directory that contains files all SaVi"
echo "binaries need, and also contains the README file that you"
echo "need to read."
echo
echo "Enjoy playing with SaVi!"
