Sha256: e09ee660d86884a4e3a008d941b462ce0e245e34e00bfb7ca2b953fe79710d82
Contents?: true
Size: 590 Bytes
Versions: 3
Compression:
Stored size: 590 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 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.0.0-java | docs/_posts/2018-11-18-building-gem.md |
picrate-0.9.0-java | docs/_posts/2018-11-18-building-gem.md |
picrate-0.8.0-java | docs/_posts/2018-11-18-building-gem.md |