1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-14 07:01:12 +02:00

5 Commits

Author SHA1 Message Date
lllucius@gmail.com
1f4dda607e Stupid Lelend doesn't know how to commit anymore! One silly character! GRRRR! 2014-11-01 17:23:37 +00:00
lllucius@gmail.com
bdb3aa328b Provide an easy way to build mod-nyq-bench
mkdir build
cd build
../configure
make
make modules
./audacity
2014-11-01 09:28:05 +00:00
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
d6fc910e2d Makefile.am: Drop removed plug-ins/analyze.ny. 2014-02-13 22:07:29 +00:00
benjamin.drung@gmail.com
a19b6f25ae Use Automake for Audacity. 2013-11-20 02:51:42 +00:00