Skip to content

Commit 145d593

Browse files
committed
Clarify why not favoring distro install
1 parent d3efad1 commit 145d593

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_posts/2020-05-11-getting_started_manjaro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2020-05-11 07:34:13
55
categories: PiCrate update
66
permalink: /getting_manjaro/
77
---
8-
Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing hotspot adopt-openjdk11 from the AdoptOpenJDK project. Setting the JDK_HOME environment (easiest done `/etc/profile.d`) and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder.
8+
Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing hotspot adopt-openjdk11 from the AdoptOpenJDK project (there may be issues with distro version). Setting the JDK_HOME environment (easiest done `/etc/profile.d`) and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder.
99

1010
```bash
1111
mkdir -p ~/.gem/jruby/2.5.0
@@ -37,7 +37,7 @@ picrate --install # no args, install samples and geany config
3737
picrate -i Samples # to omit geany config
3838
```
3939

40-
This installs example sketches in `~/projects/examples` and ties them into a `geany` project `examples.geany`. It should also be possible to run sketches from the `geany` ide.
40+
This installs example sketches in `~/projects/examples` and ties them into a `geany` project `examples.geany` (_needs modification was designed for raspbian Buster_). It should also be possible to run sketches from the `geany` ide, however I've yet to get it to work on Manjaro (works fine on raspbian Buster).
4141

4242
To create a template sketch from the command line:-
4343

0 commit comments

Comments
 (0)