source: release-kits/lirk3/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 [ "$LIRK3_HOME" != "" ]; then
2 echo "lirk3 envorinment already set up"
3else
4 export LIRK3_HOME=`pwd`
5 export ANT_HOME=$LIRK3_HOME/core/ant
6 export PATH=$LIRK3_HOME/bin:$ANT_HOME/bin:$PATH
7 echo "Done"
8fi
Note: See TracBrowser for help on using the repository browser.