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
- Host: GitHub
- URL: https://github.com/monkstone/install-picrate
- Owner: monkstone
- Created: 2018-12-07T16:56:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T06:29:13.000Z (over 6 years ago)
- Last Synced: 2024-12-29T17:46:38.661Z (4 months ago)
- Topics: installer, jruby, picrate, processing, rake, raspberry-pi-3
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/