Skip to content

Commit 21beee9

Browse files
compilation.md: add Contributions Manager and edit
1 parent 6e90bd0 commit 21beee9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

raw-docs/devel/compilation.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
The following instructions cover compiling Processing.R from source rather than downloading the latest [release](https://github.com/processing-r/Processing.R/releases).
2-
Processing.R is available for the Processing Development Environment (PDE) or stand-alone, in these forms:
1+
# Compiling Processing.R
2+
3+
The latest release of Processing.R may be installed:
4+
5+
1. Into the Processing Development Environment (PDE) via the Contributions Manager: PDE > Add Tool > Modes > Processing.R.
6+
1. By downloading the latest [release](https://github.com/processing-r/Processing.R/releases). This may be used stand-alone or installed into PDE by adding to the Processing Libraries folder and restarting PDE. The mode will appear in the PDE Modes list once installed.
7+
1. **By compiling / building from source**
8+
9+
The following instructions cover compiling Processing.R from source. It may be built in several ways:
310

411
1. a PDE mode, which can be
512
- added to the PDE
613
- built with its own PDE
714
1. a command-line runner -- does not require the PDE
815
1. a docker container image -- DEPRECATED
916

10-
Processing.R is *not* currently available via PDE > Add Tool > Modes, however the mode will appear in the PDE Modes list once installed.
11-
1217
## PDE Mode
1318

1419
**Warning:** 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.

0 commit comments

Comments
 (0)