Skip to content

Commit 0230857

Browse files
author
monkstone
committed
align read me
1 parent 283d75e commit 0230857

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
[![Gem Version](https://badge.fury.io/rb/jruby_art.svg)](http://badge.fury.io/rb/jruby_art)
33

44
## Requirements
5-
A clean start for `jruby_art` based on [processing-3.0 beta](https://github.com/processing/processing/releases) and [jruby-9.0.0.0](http://blog.jruby.org/2015/07/jruby_9000/) 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).
5+
A clean start for `jruby_art` based on [processing-3.0 beta](https://github.com/processing/processing/releases) and [jruby-9.0.1.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).
66
## Requirements
77

8-
A suitable version of ruby (MRI ruby > 2.1 or `jruby-9.0.0.0` to download gem.
8+
A suitable version of ruby (MRI ruby > 2.1 or `jruby-9.0.1.0` to download gem.
99

1010
`processing-3.0b5+`
1111

12-
`jdk1.8.0_51+` can be openjdk with OpenJFX _a separate download works on ArchLinux_ probably safer to go with the Oracle version, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
12+
`jdk1.8.0_60+` can be openjdk with OpenJFX _a separate download works on ArchLinux_ probably safer to go with the Oracle version, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
1313

1414
### recommended installs (JRubyArt is currently hard-coded to expect them)
1515

@@ -32,11 +32,11 @@ sketchbook_path: /home/tux/sketchbook
3232
3333
```bash
3434
gem install jruby_art
35-
k9 setup install # installs jruby-complete-9.0.0.0
35+
k9 setup install # installs jruby-complete-9.0.1.0
3636
k9 setup unpack_samples # downloads and installs samples to ~/k9_samples
3737
cd ~/k9_samples/contributed
3838
k9 --nojruby run jwishy.rb # unless you have jruby-9.0.0.0 installed or config JRUBY: 'false'
39-
k9 run jwishy.rb # if you have jruby-9.0.0.0 installed or config JRUBY: 'false'
39+
k9 run jwishy.rb # if you have jruby-9.0.1.0 installed or config JRUBY: 'false'
4040
```
4141
## Create sketches from built in templates
4242
```bash

0 commit comments

Comments
 (0)