-
Notifications
You must be signed in to change notification settings - Fork 94
How to build latest version
Installed vanilla processing-2.2.1
Installed jruby (preferably 1.7.25+)
jdk-1.7+
maven 3.3.1+
ideally wget
-
Clone this repo. Unless already configured, set processing root in .rp5rc (easy set using
configRP5.pde, which is included in the samples directory). Required to enable auto-copy of core.jar to lib (for compiling), and for testing (assumes installed jruby, required for compiling).
-
cd ruby-processing
-
rake
builds extension, builds the gem and runs tests -
gem install ruby-processing-2.6.18.gem
-
rp5 setup check
pre-install (run again after) -
rp5 setup install
to download and install jruby-complete-1.7.25also creates ~/.rp5rc (if it doesn't exist, and sets PROCESSING_ROOT to best guess)
-
From home directory
rp5 setup unpack_samples
-
cd rp_samples
-
rake
runs all demo samples in random order (ordered by group below) -
rake contributed
runs the contributed samples in a random order -
rake shader
to run shader samples -
rake vecmath
runs vecmath/vec2d examples