Open themancalledjakob opened 10 years ago
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 notifications@github.com 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.
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 notifications@github.com 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 notifications@github.com 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.
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
(4) remove in Makefile:"-mfloat-abi=softfp"
(5) make it aaaand run it