Search found 2 matches

by Sanjoy.Das
Wed Jan 20, 2010 10:05 pm
Forum: Compiling Audacity
Topic: Compiling audacity to a separate directory
Replies: 2
Views: 1539

Re: Compiling audacity to a separate directory

That approach quickly gets out of hand once one starts incrementally editing the source code - making a small change in one file should not require copying an entire directory over. A better solution would be to hack up a shell script / Makefile which copies files intelligently, based on the last mo...
by Sanjoy.Das
Wed Jan 20, 2010 8:47 pm
Forum: Compiling Audacity
Topic: Compiling audacity to a separate directory
Replies: 2
Views: 1539

Compiling audacity to a separate directory

I have been unsuccessfully trying to get audacity to compile in a directory different than the one that holds the source code. Audacity always ends up complaining about the packages in lib-src not being configured. For instance when I try [email protected]:/tmp$ ~/new/audacity/configure The configure sc...