Sha256: 59dd9c3735cb82b7ff7fb0eb07950e406ee1c55d6a256181505d7df16e326579
Contents?: true
Size: 618 Bytes
Versions: 3
Compression:
Stored size: 618 Bytes
Contents
--- layout: post title: "Building PiCrate gem on Linux" date: 2018-11-18 07:34:13 categories: PiCrate update --- Requirements:- 1. An installed version of vanilla processing to provide `processing.org` customised version of the `jogl` jars. The default `Rakefile` assumes root installation of processing, for debian distros you will need to adjust `processing_root` _ca. line 20_. 2. jdk-11+ and maven (builds for jdk-8) Simply clone this distribution, then rake to build and test gem ```bash git clone -b stretch --single-branch https://github.com/ruby-processing/PiCrate.git cd PiCrate rake # to build gem ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
picrate-1.2.1-java | docs/_posts/2018-11-18-building-gem.md |
picrate-1.2.0-java | docs/_posts/2018-11-18-building-gem.md |
picrate-1.1.0-java | docs/_posts/2018-11-18-building-gem.md |