Skip to content

Commit 720d57a

Browse files
authored
Update README.md
1 parent 3cf1a51 commit 720d57a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Versions before JRubyArt-1.2.0, are unsupported, please update, preferably to la
77
_Note the main reason for the current build to fail on travis is when the current version of [processing is not available from maven central][testing], it has only ever been available by third parties (I am eternally hopeful that one day processing.org will see the light)._
88

99
## Requirements
10-
A clean start for `jruby_art` that works best with the latest version of [processing-3.2.1](https://github.com/processing/processing/releases) and [jruby-9.1.5.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing- 2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux) for Android see Yuki Morohoshi [rubuto-processing3][].
10+
A clean start for `jruby_art` that works best with the latest version of [processing-3.2.2](https://github.com/processing/processing/releases) and [jruby-9.1.5.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing- 2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux) for Android see Yuki Morohoshi [rubuto-processing3][].
1111
## Requirements
1212

1313
A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.5.0+`) to download gem.
@@ -18,7 +18,7 @@ A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.5.0+`) to download gem.
1818

1919
### recommended installs (JRubyArt is currently hard-coded to expect them)
2020

21-
processing `video` and `sound-1.3.2+` libraries _best installed from the processing-3.2.1 ide_
21+
processing `video` and `sound-1.3.2+` libraries _best installed from the processing-3.2.2 ide_
2222

2323

2424
## Configuration
@@ -28,7 +28,7 @@ You can if you wish leave configuration to the `new` autoconfig tool (delete exi
2828
```yaml
2929
# YAML configuration file for jruby_art
3030
# K9_HOME: "/home/ruby2.3.0 ... /jruby_art" # windows users may need to set this
31-
PROCESSING_ROOT: "/home/tux/processing-3.2.1" # typical linux shown
31+
PROCESSING_ROOT: "/home/tux/processing-3.2.2" # typical linux shown
3232
# important sketch_book path may be different for processing-3.0
3333
sketchbook_path: "/home/tux/sketchbook"
3434
template: emacs
@@ -38,9 +38,9 @@ template: emacs
3838
3939
```bash
4040
gem install jruby_art
41-
k9 --install # installs jruby-complete-9.1.4.0 and downloads and installs samples to ~/k9_samples
41+
k9 --install # installs jruby-complete-9.1.5.0 and downloads and installs samples to ~/k9_samples
4242
cd ~/k9_samples/contributed
43-
k9 --run jwishy.rb # if you have jruby-9.1.4.0 installed or config `JRUBY: false`
43+
k9 --run jwishy.rb # if you have jruby-9.1.5.0 installed or config `JRUBY: false`
4444
# to use jruby-complete set `JRUBY: false` in config
4545
```
4646
## Create sketches from built in templates
@@ -67,7 +67,7 @@ end
6767
# size, full_screen, pixel_density and smooth should all be moved to settings (this is hidden
6868
# to users of processing ide, but not for JRubyArt, or for Eclipse NetBeans users). The FX2D
6969
# rendering mode was introduced, and was expected to replace JAVA2D (as default rendering mode)
70-
# but may not now happen, and not for processing-3.2.1 in any case.
70+
# but may not now happen, and not for processing-3.2.2 in any case.
7171
def settings
7272
size 400, 300
7373
end

0 commit comments

Comments
 (0)