Skip to content

Commit 81704dd

Browse files
committed
2 parents 78504ae + 02a0a97 commit 81704dd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
![Travis CI](https://travis-ci.org/ruby-processing/JRubyArt.svg)
55
Versions before JRubyArt-1.2.0, are unsupported, please update, preferably to latest version...
66

7+
_Note the only reason the current build is failing on travis is that 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)._
8+
79
## Requirements
8-
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.4.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.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][].
911
## Requirements
1012

11-
A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.4.0+`) to download gem.
13+
A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.5.0+`) to download gem.
1214

1315
`processing-3.2.1`
1416

@@ -21,7 +23,7 @@ processing `video` and `sound-1.3.2+` libraries _best installed from the process
2123

2224
## Configuration
2325

24-
You can if you wish leave configuration to the `new` autoconfig tool (delete existing config to do this). The config file is `config.yml` in the `~/.jruby_art folder`, the autoconfig gets run on `k9 --install` expected to just work on `macosx`, output may need tuning on `windows` / `linux` check with `k9 --check` (run both after gem install for both)
26+
You can if you wish leave configuration to the `new` autoconfig tool (delete existing config to do this). The config file is `config.yml` in the `~/.jruby_art folder`, the autoconfig gets run on `k9 --install` expected to just work on `macOS`, output may need tuning on `windows` / `linux` check with `k9 --check` (run both after gem install for both)
2527

2628
```yaml
2729
# YAML configuration file for jruby_art
@@ -93,3 +95,4 @@ I wrote this little script to convert sketches from ruby-processing (processing-
9395
See The-Nature-of-Code-Examples-in-Ruby converted to [The-Nature-of-Code-Examples-for-JRubyArt](https://github.com/ruby-processing/The-Nature-of-Code-for-JRubyArt) using the script.
9496

9597
[rubuto-processing3]:https://github.com/hoshi-sano/ruboto-processing3
98+
[testing]:http://ruby-processing.github.io/testing/testing/

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WARNING = <<-EOS
99
EOS
1010

1111
JRUBYC_VERSION = '9.1.5.0'
12-
EXAMPLES = '1.5'
12+
EXAMPLES = '1.6'
1313
HOME_DIR = ENV['HOME']
1414
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
1515

0 commit comments

Comments
 (0)