hey, got to run it smoothly on my debian 7.3 distro very quickly, so i thought i'll share this here.
in case anyone is interested, there's actually just one additional step (3), but i'll post all of them:
(1) terminal: sudo apt-get install libasound2-dev (as mentioned in the readme)
(2) terminal: sudo apt-get install build-essential (in case you don't have that yet)
(3) add to src/main.cpp: #include <unistd.h>
(4) remove in Makefile: "-mfloat-abi=softfp"
(5) make it aaaand run it
hey, got to run it smoothly on my debian 7.3 distro very quickly, so i thought i'll share this here.
in case anyone is interested, there's actually just one additional step (3), but i'll post all of them:
(1) terminal: sudo apt-get install libasound2-dev (as mentioned in the readme)
(2) terminal: sudo apt-get install build-essential (in case you don't have that yet)
(3) add to src/main.cpp:
#include <unistd.h>(4) remove in Makefile:
"-mfloat-abi=softfp"(5) make it aaaand run it