-
Notifications
You must be signed in to change notification settings - Fork 9
Windows setup
Martin Prout edited this page Jan 26, 2016
·
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-1.0.4" # 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
Or you could try running our vanilla processing configuration sketch from processing ide.
Install JRubyArt gem
gem install jruby_art
Install JRuby-Complete
k9 setup install
Install samples
k9 setup unpack_samples