File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Configure `./scripts/generate-ant-file.sh`:
3636 - The path is used in ` ant run ` to start a PDE instance. Leave blank to not launch PDE on ` ant run ` .
3737 - MacOSX: ` /Applications/Processing.app/Contents/MacOS/Processing `
3838
39- ##### A) Add to existing PDE
39+ ##### A) configure for adding to an existing PDE
4040
4141For example, to install the mode into a default existing PDE app on a MacOS system, set arguments in ` ./scripts/generate-ant-file.sh ` such as:
4242
@@ -49,7 +49,7 @@ executable="/Applications/Processing.app/Contents/MacOS/Processing"
4949
5050This will generate build.xml errors (as the core and pde directories only contain the actual jars, not source). However it will work correctly.
5151
52- ##### B) Create new PDE
52+ ##### B) configure for creating a new PDE
5353
5454Build the source code of Processing core and pde wherever it is located on the system. For example:
5555
You can’t perform that action at this time.
0 commit comments