diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-05-05 14:33:20 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-05-05 14:33:20 +0200 |
commit | 57cac1f7059e14840adb2ebad862bb1f22b9d555 (patch) | |
tree | 1fdc9bc6749fc9f8342564551e59c57b40b21e53 /README.md | |
parent | fdcb94d3a8bffdbfef67a68dd93a2eadc6168877 (diff) | |
download | synthpod-57cac1f7059e14840adb2ebad862bb1f22b9d555.tar.xz |
add build instruction.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -18,6 +18,17 @@ * [RtMidi](http://www.music.mcgill.ca/~gary/rtmidi/) (Realtime cross-platform MIDI I/O) * [Elementary](http://docs.enlightenment.org/auto/elementary/) (EFL UI toolkit) +### Build / install + + git clone https://github.com/OpenMusicKontrollers/synthpod.git + cd synthpod + git submodule update --init + mkdir build + cd build + cmake -DCMAKE_C_FLAGS="-std=gnu99" .. + make + sudo make install + ### License Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) |