Skip to content
Martin Prout edited this page Sep 30, 2015 · 22 revisions

Some kind windows expert will edit this

You need to install java8 and processing-3.0 and have some form of ruby installed, and ideally wget:- Important you need to have a configuration file "~/.jruby_art/config.yml" that looks something like the following where USER is changed to real user name, and we assume you've installed processing-3.0 under PROGRAMS, Java (it is a good ide not to have spaces in folder names, but if you do make sure to use quotes).

# K9_ROOT: "C:\Ruby22-x64\lib\ruby\gems\2.2.0\gems\jruby_art-0.9.0" # should not necessary
PROCESSING_ROOT: "C:\PROGRAMS\Java\Processing" # just a suggestion
sketchbook: "C:\Users\USER\Documents\Processing" # you may have set a different location
# JRUBY: false # uncomment to use jruby-complete by default especially if you haven't installed jruby

Install JRubyArt gem

gem install jruby_art

Install JRuby-Complete

k9 setup install

Install samples

k9 setup unpack_samples