head 1.6; access; symbols; locks ryu:1.6; strict; comment @# @; 1.6 date 99.06.07.14.58.43; author ryu; state Exp; branches; next 1.5; 1.5 date 99.02.09.13.21.07; author ryu; state Exp; branches; next 1.4; 1.4 date 99.02.07.05.33.02; author ryu; state Exp; branches; next 1.3; 1.3 date 99.02.07.03.45.49; author ryu; state Exp; branches; next 1.2; 1.2 date 99.02.07.02.50.51; author ryu; state Exp; branches; next 1.1; 1.1 date 99.01.30.19.28.55; author ryu; state Exp; branches; next ; desc @# $Id: README,v 1.3 1999/01/30 19:28:53 ryu Exp $ @ 1.6 log @1.5.2 @ text @# $Id: SETUP,v 1.5 1999/02/09 13:21:07 ryu Exp ryu $ # Copyright (C) 1999 Robert K. Yu # email: robert@@yu.org # This file is part of Autochar. # Autochar is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # Autochar is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with Autochar; see the file COPYING. If not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # install directory setenv AUTOCHAR $HOME/src/autochar/autochar-1.5.2 # tech directory setenv TECHDIR $AUTOCHAR/tech/tsmc35 #setenv TECHDIR $AUTOCHAR/tech/hp35 # run directory setenv RUNDIR $AUTOCHAR/example # perl location setenv PERL /usr/bin/perl #setenv PERL /usr/local/bin/perl # add man page to path setenv MANPATH "$AUTOCHAR/man:$MANPATH" # Modify path. set path = ($AUTOCHAR/bin $path) @ 1.5 log @1.5.1 @ text @d1 1 a1 1 # $Id: SETUP,v 1.4 1999/02/07 05:33:02 ryu Exp ryu $ d24 1 a24 1 setenv AUTOCHAR $HOME/src/autochar/autochar-1.5.1 @ 1.4 log @directions moved to README @ text @d1 1 a1 1 # $Id: SETUP,v 1.3 1999/02/07 03:45:49 ryu Exp ryu $ d24 1 a24 1 setenv AUTOCHAR $HOME/src/autochar/autochar-1.5 d27 2 a28 2 setenv TECHDIR $HOME/src/autochar/autochar-1.5/tech/tsmc35 #setenv TECHDIR $HOME/src/autochar/autochar-1.5/tech/hp35 d31 1 a31 1 setenv RUNDIR $HOME/src/autochar/autochar-1.5/example @ 1.3 log @Added MANPATH @ text @d1 1 a1 1 # $Id: SETUP,v 1.2 1999/02/07 02:50:51 ryu Exp ryu $ a21 5 # To setup autochar: # 1. change the environment variables below (assuming csh) # 2. source this SETUP file # 3. make install @ 1.2 log @split into Makefile @ text @d1 1 a1 1 # $Id: SETUP,v 1.1 1999/01/30 19:28:55 ryu Exp ryu $ d41 3 @ 1.1 log @entered into RCS @ text @d1 1 a1 1 # $Id: README,v 1.3 1999/01/30 19:28:53 ryu Exp $ d25 2 a26 3 # 2. source this README file # 3. cd src; make clean install # 4. (optional) cd $TECHDIR/include; make install @