shithub: orca

Download patch

ref: f420ec5e6c3d1b70a83d7d24029c883300f0575c
parent: 8dd2fd965568af3ac722819053ea95d6023b17b1
author: Devine Lu Linvega <aliceffekt@gmail.com>
date: Sat May 25 07:22:57 EDT 2019

Added details for RPi

--- a/README.md
+++ b/README.md
@@ -18,6 +18,19 @@
 
 Your compiler must also support `#pragma once`, but it probably does.
 
+### Raspberry Pi
+
+After the first step, it might be a good idea to do `sudo reboot`.
+
+```sh
+sudo apt-get install git libncurses5-dev libncursesw5-dev libportmidi-dev
+git clone https://github.com/hundredrabbits/Orca-c.git
+cd Orca-c
+./tool --portmidi build release orca             # Build
+./build/release/orca --portmidi-list-devices     # Select Midi Device
+./build/release/orca --portmidi-output-device 2  # Start
+```
+
 ## Build
 
 The build script is in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper) and `clang`, and will automatically detect your compiler.