noisebox icon indicating copy to clipboard operation
noisebox copied to clipboard

one more line and it runs on debian 7.3

Open themancalledjakob opened this issue 11 years ago • 2 comments
trafficstars

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

themancalledjakob avatar Jan 21 '14 14:01 themancalledjakob

Hi!

Use a terminal to cd into the noise box directory, then you need to type "make" to build the project. If there are no errors, then type "./noisebox" to start it.

Hope that helps!

Marek

// mazbox.com http://www.mazbox.com/ // isthis.gd // +44 (0) 7866 141 047 // @mazbox

On Wed, Jan 28, 2015 at 10:12 AM, petergett [email protected] wrote:

Hello,

I'm a complete Linux newbie so sorry for this lame question, but how do I actually run the program? I have everything installed and I've modified the files you listed above, but I don't know the command to actually get the program to launch!

Thanks, Peter

Reply to this email directly or view it on GitHub https://github.com/mazbox/noisebox/issues/2#issuecomment-71885122.

mazbox avatar Jan 28 '15 18:01 mazbox

Hey thanks, I figured it out RIGHT after I asked the question! Thanks for everything, this is awesome!

On Wed, Jan 28, 2015 at 1:32 PM, Marek Bereza [email protected] wrote:

Hi!

Use a terminal to cd into the noise box directory, then you need to type "make" to build the project. If there are no errors, then type "./noisebox" to start it.

Hope that helps!

Marek

// mazbox.com http://www.mazbox.com/ // isthis.gd // +44 (0) 7866 141 047 // @mazbox

On Wed, Jan 28, 2015 at 10:12 AM, petergett [email protected] wrote:

Hello,

I'm a complete Linux newbie so sorry for this lame question, but how do I actually run the program? I have everything installed and I've modified the files you listed above, but I don't know the command to actually get the program to launch!

Thanks, Peter

Reply to this email directly or view it on GitHub https://github.com/mazbox/noisebox/issues/2#issuecomment-71885122.

— Reply to this email directly or view it on GitHub https://github.com/mazbox/noisebox/issues/2#issuecomment-71888732.

petergett avatar Jan 28 '15 18:01 petergett