Skip to content

Commit f6b0005

Browse files
committed
howto: Update the documentation
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 3c5f08c commit f6b0005

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

raw-docs/howto.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)