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

6 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
benjamin.drung@gmail.com
714bb0343c Fix all autotools warnings from libsndfile.
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 20:41:32 +00:00
RichardAsh1981@gmail.com
1b3abd5c32 ignore generated files correctly (makes the SVN status output correct) 2013-01-14 21:29:54 +00:00
lllucius
79273b2cd1 I believe I have it now. Just needed to do an autoreconf
instead of trying to aclocal/automake/autoconf myself.
(Apparently he knows how to do it better than me. ;-))

Trying to configure with --enable-maintainer-mode on the Mac
doesn't work, but that's perfectly acceptable since that is
usuaaly delagated to Linux during tarball builds.
2011-04-03 07:14:56 +00:00
lllucius
fa00dd005f Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00