You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_posts/2018-05-06-getting_started.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,25 @@ date: 2018-05-24 07:34:13
5
5
categories: PiCrate update
6
6
permalink: /getting/
7
7
---
8
-
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.
8
+
Raspbian stretch 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.
9
9
10
-
Then install JRuby see[jruby][jruby].
10
+
__Then install JRuby see__[jruby][jruby].
11
11
12
12
```bash
13
13
jgem install picrate
14
14
```
15
15
16
-
Install samples, and configure `geany` ide (for `PiCrate`)
16
+
__For a first install:-__
17
17
18
18
```bash
19
-
picrate -i Samples # geany configuration files are installed if required
19
+
picrate --install # no args
20
+
# or
21
+
picrate -i
20
22
```
21
23
22
-
Install processing libraries
24
+
This installs example sketches in `~/sample_sketches` and ties them into a `geany` project `picrate.geany`. It should also be possible to run sketches from the `geany` ide.
0 commit comments