-
Notifications
You must be signed in to change notification settings - Fork 89
For Windows Users
You should have regular (vanilla) processing installed.
At a minimum you will need to java installed (preferably jdk1.7.0_65
), you cannot rely on the version included with processing. You will also need a version of ruby installed, preferably jruby-1.7.13, which you can get here windows installer. You can get by with a regular ruby installation (at least version 1.9.3), but you would need to set config to JRUBY = 'false'
or alternatively use the --nojruby
option on all sketches.
###Configuration###
In addition to setting the processing root (if you follow PhiLhos lead this could be c:/Java/Processing-2.2.1
, note no stupid folder names with spaces or other daft/illegal characters) it may also be necessary to set the path to ruby-processing root RP5_HOME
in the .rp5rc file ( because of lack of relative path support? ). The post installer uses wget to download rp5 setup install
, however if you haven't got wget, you can manually download jruby-complete and put in the the vendors folder and re-run rp5 setup install