Skip to content

one more line and it runs on debian 7.3 #2

@themancalledjakob

Description

@themancalledjakob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions