Sha256: 8afb0fb291a905b36e4fd369e34aa5bbc9c1605e62e952d3d07e0762a7d46b9b

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

---
layout: post
title:  "Getting Started with Geany"
date:   2018-11-27 07:34:13
categories: PiCrate update
permalink: /geany_ide/
---
The current version of raspbian installs jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use.

Then install JRuby see [jruby][jruby].

```bash
jgem install picrate -v 1.2.1
```

Install samples, and configure `geany` ide (for `PiCrate`)

```bash
picrate -i
# or
picrate --install
```
or for no geany configuration
```bash
picrate -i Samples
# or
picrate --install Samples
```


Install processing libraries

```bash
picrate -i Sound
picrate -i glvideo # preferred over vanilla video for now
```

### Creating Sketches from the GeanyIDE

See [editors][geany] geany, for how to run sketches from a gui.

### Running PiCrate sketch on RaspberryPI from geany editor

![snake_kolam]({{ site.github.url }}/assets/geany.png)

[jruby]:{{ site.github.url }}/install_jruby/
[geany]:{{ site.github.url }}/editors/geany

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
picrate-1.2.3-java docs/_posts/2018-11-27-getting_started_geany.md
picrate-1.2.2-java docs/_posts/2018-11-27-getting_started_geany.md
picrate-1.2.1-java docs/_posts/2018-11-27-getting_started_geany.md