#! /bin/sh
# $Id: configure,v 1.3 2004/02/22 03:05:02 lloydwood Exp $

echo
echo "SaVi: You need to read the savi-dev/README file."
echo "A brief getting-started summary is given here:"
echo
echo "cd savi-dev; make ARCH=linux; ./savi"
echo
echo "Replace ARCH value with other platforms (sun, irix) if needed."
echo "You may need to edit savi-dev/src/Makefile_defs.(\$ARCH) to build."
echo
echo "You will need to edit the savi-dev/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 savi-dev/ directory that contains files all SaVi"
echo "binaries need, and also contains the README file that you"
echo "need to read."
echo
echo "Welcome to SaVi development!"
echo "Enjoy playing with SaVi!"
