-
Notifications
You must be signed in to change notification settings - Fork 89
How to build latest version
Martin Prout edited this page Jul 19, 2014
·
33 revisions
Installed vanilla processing-2.2.1 Installed jruby (preferably 1.7.13) jdk-1.7+ ruby-compiler gem ideally wget
Clone the repo, unless already configured, set processing root in .rp5rc (easy set using SetProcessingRoot.pde include in samples directory).
copy processing core.jar to ruby-processing/lib directory.
cd ruby-processing
rake
build extensions, build gem and runs tests
gem install ruby-processing-2.5.0.gem
rp5 setup check
pre-install
rp5 setup install
to download and install jruby-complete-1.7.13
From home directory rp5 unpack samples
cd samples
rake
runs contributed samples
rake shader
to run shader samples
rake vecmath
run vecmath library samples