Skip to content

Commit 18cfb34

Browse files
Update howto.md
Added overview of native environment instructions -- and warning on alpha nature for testers.
1 parent abec5d7 commit 18cfb34

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

raw-docs/howto.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ See [the demo in vimeo :)](https://vimeo.com/207571123)
1616

1717
### Editor Support
1818

19+
1. checkout Processing.R from github
20+
2. configure `./scripts/generate-ant-file.sh`
21+
3. build mode and install into PDE using `ant build` (must have ant)
22+
4. restart PDE
23+
5. select R Language from mode drop-down
24+
25+
**Note:** Many parts of PDE integration are still incomplete: files cannot be double-clicked or dragged to open so code must be cut-pasted into the window, saved files cannot be reopened except through the recent files dialog list, the run button launches multiple window rather than re-running, stop button does not work, etc.
26+
1927
There are 4 paths to be determined in `./scripts/generate-ant-file.sh`:
2028

2129
```

0 commit comments

Comments
 (0)