File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ Configure `./scripts/generate-ant-file.sh`:
3030 - MacOSX: ` /Users/[MyUserName]/Documents/Processing/modes/ `
3131 - Windows: ` %homepath%\Documents\modes\ `
3232 - Linux: ` ~/sketchbook/modes/ `
33- - ` core ` and ` pde ` : directories contain pde.jar and core.jar. They are be used to build RLangMode.
34- - MacOSX: ` /Applications/Processing.app/Contents/Java/ `
33+ - ` core ` and ` pde ` : paths to pde.jar and core.jar. They are be used to build RLangMode.
34+ - MacOSX: ` /Applications/Processing.app/Contents/Java/core.jar ` and ` /Applications/Processing.app/Contents/Java/pde.jar `
35+ - Linux: ` [MyPDE]/core/library/core.jar ` and ` [MyPDE]/lib/pde.jar `
3536- ` executable ` : optional argument giving the location of PDE.
3637 - The path is used in ` ant run ` to start a PDE instance. Leave blank to not launch PDE on ` ant run ` .
3738 - MacOSX: ` /Applications/Processing.app/Contents/MacOS/Processing `
39+ - Linux: ` [MyPDE]/processing `
3840
3941##### A) configure for adding to an existing PDE
4042
You can’t perform that action at this time.
0 commit comments