Skip to content

Commit af3c7e7

Browse files
committed
Buster script
1 parent dd8f958 commit af3c7e7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.2.1 Removed landscape from example as too taxing for raspberryPI.
1+
v1.2.2 Removed landscape from example as too taxing for raspberryPI. Improved geany tools.
22

33
v1.2.1 Fix install Samples etc. in runner.rb to match modified vendor Rakefile.
44

docs/_posts/2018-05-06-getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2018-05-24 07:34:13
55
categories: PiCrate update
66
permalink: /getting/
77
---
8-
Raspbian stretch installs Oracle jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use. Will work with OpenJDK-11 but currently performance is sub-optimal.
8+
Raspbian Stretch installs Oracle jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use. Will work with OpenJDK-11 but currently performance is sub-optimal.
99

1010
__Then install JRuby see__ [jruby][jruby].
1111

docs/_posts/2019-11-11-getting_started_buster.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ date: 2019-11-11 07:34:13
55
categories: PiCrate update
66
permalink: /getting_buster/
77
---
8-
Currently Raspbian Buster does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing openjdk8 (_there a complications you don't need using jdk11_) to benefit from `client` optimisations.
8+
Currently Raspbian Buster does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing openjdk8 (_there a complications you don't need using jdk11_) to benefit from `client` optimisations. There is a bash script [here][buster], that will install `openjdk8`, `jruby-9.2.9.0` and picrate for you.
9+
```bash
10+
bash install_bust
11+
```
12+
13+
__Otherwise follow these instructions in order as needed:-__
914

1015
```bash
1116
sudo apt-get update # sync your local database with current release
@@ -105,7 +110,7 @@ See [editors][geany] geany, for how to run sketches from a gui.
105110

106111
![jwishy_buster]({{ site.github.url }}/assets/jwishy_buster.png)
107112

108-
113+
[buster]: https://gist.github.com/monkstone/04a1272ca9274a2c7e3e1bf170877bfb
109114
[java]:http://ruby-processing.github.io/java/raspberry/
110115
[jruby]:{{ site.github.url }}/install_jruby/
111116
[geany]:{{ site.github.url }}/editors/geany

0 commit comments

Comments
 (0)