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 @@ -27,7 +27,7 @@ Processing.R is *not* currently available via PDE > Add Tool > Modes, however th
2727Configure ` ./scripts/generate-ant-file.sh ` :
2828
2929- ` modes ` : the destination for installing the mode once it is built.
30- - MacOSX: ` ~ /Documents/Processing/modes/`
30+ - MacOSX: ` /Users/[MyUserName] /Documents/Processing/modes/`
3131 - Windows: ` %homepath%\Documents\modes\ `
3232 - Linux: ` ~/sketchbook/modes/ `
3333- ` core ` and ` pde ` : directories contain pde.jar and core.jar. They are be used to build RLangMode.
@@ -41,7 +41,7 @@ Configure `./scripts/generate-ant-file.sh`:
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
4343```
44- modes="~ /Documents/Processing/modes"
44+ modes="/Users/[MyUserName] /Documents/Processing/modes"
4545core="/Applications/Processing.app/Contents/Java/"
4646pde="/Applications/Processing.app/Contents/Java/"
4747executable="/Applications/Processing.app/Contents/MacOS/Processing"
You can’t perform that action at this time.
0 commit comments