Compile STK for Linux - nodesign/libstk GitHub Wiki

Using minified Minibian image for rPI to get only essentials and not use graphic interface :

https://minibianpi.wordpress.com

Default user name is root and default password is raspberry

Change partition size to use whole sd card

https://minibianpi.wordpress.com/how-to/resize-sd/

Installing essentials :

root@minibian:~# apt-get update
root@minibian:~# apt-get install build-essential git alsa-utils autoconf libasound2 libasound2-dev
root@minibian:~# git clone https://github.com/thestk/stk.git
root@minibian:~# cd stk/
root@minibian:~/stk# autoconf
root@minibian:~/stk# ./configure
root@minibian:~/stk# ./make