Sha256: 9c84e455227990c332c639c9570c78128aa0b54de6d7298391f05fb7598cb60d
Contents?: true
Size: 570 Bytes
Versions: 2
Compression:
Stored size: 570 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-8 and maven 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
picrate-0.7.0-java | docs/_posts/2018-11-18-building-gem.md |
picrate-0.6.0-java | docs/_posts/2018-11-18-building-gem.md |