mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
bringing linux release into the wide world of rev 83
This commit is contained in:
12
processing/build/linux/dist/processing
vendored
12
processing/build/linux/dist/processing
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user