Skip to content

Commit 70ce655

Browse files
committed
adding attribution
1 parent 3088855 commit 70ce655

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build/linux/dist/processing

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
# This script runs Processing, using the JDK in the Processing
44
# installation directory if possible.
5-
#
5+
66
# If no JDK was installed with Processing then the script tries to use
77
# the preferred Java version of the machine, i.e. what is executed
88
# by the "java" console command. This must be a Sun JDK (for details, see
99
# http://processing.org/reference/environment/platforms.html#java).
10-
#
10+
1111
# In order to run Processing with an already installed JDK that is *not*
1212
# the preferred Java version of the machine, create a symlink named "java"
1313
# in the Processing installation directory that points to the JDK home
1414
# directory.
1515

16+
# Thanks to Ferdinand Kasper for this build script. [fry]
17+
1618

1719
# JARs required from JDK (anywhere in/below the JDK home directory)
1820
JDKLIBS="rt.jar tools.jar"

0 commit comments

Comments
 (0)