1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

7 Commits

Author SHA1 Message Date
lllucius@gmail.com
49ce8fd212 2nd attempt to Add the ability to build without trashing the source tree
In r13510 I had neglected to build with all local libraries and some of
them needed attention.

So, I also took the opportunity to work out the locale directory and
how to keep it unmolested as well.  As a result, all locales are rebuilt
as expected, but into the "build" directory.

As a bonus you may now test Audacity from the "build" directory and have
Nyquist plugins and message catalogs available (so you can test other 
languages again without havint to install).

So, again:

mkdir buildme
cd buildme
../configure
make
./audacity
2014-10-27 23:13:03 +00:00
lllucius
5e0c57d695 Fix build on linux. 2013-02-28 03:54:50 +00:00
lllucius
123ec235c9 Update portaudio to upstream r1885 2013-02-27 01:33:15 +00:00
richardash1981
6c737fc11a Commit patch from Benjamin Drung to stop creation of un-used directory during build 2010-10-23 21:00:25 +00:00
richardash1981
f453aaad4f Add an important missing substitution (which would normally be provided by automake) required to make portaudio build on systems where /bin/sh != /bin/bash
http://www.gnu.org/software/hello/manual/autoconf/The-Make-Macro-SHELL.html
2010-10-20 19:50:06 +00:00
richardash1981
7bf7f9306e Here we go, update portaudio-v19 to current upstream SVN (revision 1541), should all be working ... 2010-10-03 16:11:10 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00