An open API service indexing awesome lists of open source software.

https://github.com/monkstone/install-picrate

Mainly a Rakefile that installs jruby, configures gem home and geany, and installs picrate gem
https://github.com/monkstone/install-picrate

installer jruby picrate processing rake raspberry-pi-3

Last synced: 2 months ago
JSON representation

Mainly a Rakefile that installs jruby, configures gem home and geany, and installs picrate gem

Awesome Lists containing this project

README

        

## install-picrate

To create and run `processing` sketches on the `raspberryPI` using `ruby` and the `geanyIDE`, you only need to install the `picrate` gem (and its dependencies ie `jruby`).
This is super easy using the provided `Rakefile`:-

Which installs [jruby][jruby], configures gem home and [geany][geanyIDE], and installs [picrate][picrate] gem

Simple clone or download this repo

```bash
cd install-picrate
rake # rake --tasks to see Tasks
```

Some lines in script require `sudo` authority (eg to write to `/opt` folder), so you will be asked for password.

Installs latest jruby etc....

[geanyIDE]:https://www.geany.org/
[picrate]:https://ruby-processing.github.io/PiCrate/
[jruby]:https://www.jruby.org/