bringing linux release into the wide world of rev 83

This commit is contained in:
benfry
2005-04-16 22:17:33 +00:00
parent cd5848801c
commit 253db13f40
6 changed files with 28 additions and 73 deletions

View File

@@ -9,14 +9,12 @@ export CLASSPATH
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
export PATH
if test -l /usr/lib/libstdc++-libc6.2-2.so.3
if test -f /usr/lib/libstdc++-libc6.2-2.so.3
then
java processing.app.Base
else
echo You need to install libstdc++-libc6.2-2.so.3
echo or the rpm/package for compat-libstdc++
echo in order to use Processing (because of jikes).
echo
echo Or if you have jikes working properly, and know
echo what you're doing, you should edit this script.
echo Processing uses jikes, which requires libstdc++-libc6.2-2.so.3
echo You need to install it or the rpm/package for compat-libstdc++
echo before Processing will run. Or if you have jikes working properly,
echo and know what you are doing, you should edit this script.
fi