Sha256: 1cc70a384f2eb854c1ab5b3239e9e4a377b527716b9e45daa17b547fcc52624e

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 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
```

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 not currently working
picrate -i video # 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.3.0-java docs/_posts/2018-11-27-getting_started_geany.md
picrate-2.0.0.pre-java docs/_posts/2018-11-27-getting_started_geany.md
picrate-1.2.4-java docs/_posts/2018-11-27-getting_started_geany.md