source: release-kits/mark2/setup.sh@ 19456

Last change on this file since 19456 was 19451, checked in by oranfry, 15 years ago

files to ease installation and compilation

File size: 207 bytes
Line 
1if [ "$MARK2_HOME" != "" ]; then
2 echo "mark2 envorinment already set up"
3else
4 export MARK2_HOME=`pwd`
5 export ANT_HOME=$MARK2_HOME/core/ant
6 export PATH=$MARK2_HOME/bin:$ANT_HOME/bin:$PATH
7 echo "Done"
8fi
Note: See TracBrowser for help on using the repository browser.