Sha256: 0773c7a0050ef317f66d032b31817774aa194e940cd747b1b9269f9ba1ac1d3c
Contents?: true
Size: 696 Bytes
Versions: 11
Compression:
Stored size: 696 Bytes
Contents
--- layout: post title: "Installing JRuby on Archlinux arm" date: 2018-05-24 07:34:13 categories: PiCrate update --- It is quite likely that people wishing to experiment with PiCrate on arm have moved beyond the raspbian distribution. As a first step [archlinuxarm][alarm] which seems to be well thought out. Installing jdk8 and jruby should be as simple as:- ```bash sudo pacman -Syu # get up to data sudo pacman jdk-arm # but I'm not 100% sure what version is installed jdk8+ is reqd sudo archlinux-java set java-8-openjdk/jre # case you have more than one java installed sudo pacman jruby # should install latest version ``` [alarm]:https://archlinuxarm.org/platforms/armv6/raspberry-pi
Version data entries
11 entries across 11 versions & 1 rubygems