aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 23:11:02 +0000
committerrsc <devnull@localhost>2005-01-07 23:11:02 +0000
commit0070bb81c4729c1414a93534282d7840e83d88b0 (patch)
tree5f21a548757da10a077928e24ac64d70fb2d7001 /INSTALL
parent0a76e9690e8e9e128a9836a338deb32310e49cb3 (diff)
downloadplan9port-0070bb81c4729c1414a93534282d7840e83d88b0.tar.gz
plan9port-0070bb81c4729c1414a93534282d7840e83d88b0.tar.bz2
plan9port-0070bb81c4729c1414a93534282d7840e83d88b0.zip
tweaks
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL13
1 files changed, 11 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5becb934..c122eab0 100755
--- a/INSTALL
+++ b/INSTALL
@@ -3,12 +3,21 @@
PLAN9=`pwd` export PLAN9
PATH=$PLAN9/bin:$PATH export PATH
+echo "Building mk..."
cd src
make
+echo "Building everything..."
mk clean
+echo "Installing everything..."
mk install
+echo "Cleaning up..."
mk clean
+echo "Renaming hard-coded paths to /usr/local/plan9..."
+cd $PLAN9
+sh lib/moveplan9.sh
-echo "Set PLAN9=$PLAN9 in your profile environment."
-echo 'Add $PLAN9/bin to your PATH.'
+echo " "
+echo "Add these to your profile environment."
+echo " PLAN9=$PLAN9 export PLAN9"
+echo ' PATH=$PATH:'"$PLAN9/bin export PATH"