plan9port/INSTALL

14 lines
194 B
Text
Raw Normal View History

2004-02-29 22:53:01 +00:00
#!/bin/sh
PLAN9=`pwd` export PLAN9
PATH=$PLAN9/bin:$PATH export PATH
cd src
make
mk clean
mk install
echo "Set PLAN9=$PLAN9 in your profile environment."
2004-03-02 17:34:15 +00:00
echo 'Add $PLAN9/bin to your PATH.'
2004-02-29 22:53:01 +00:00