1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

11 Commits

Author SHA1 Message Date
lllucius@gmail.com
c6ffa89d23 Add (restore?) the ability to build without trashing the source tree
You may now do:

mkdir build
cd build
../configure
./audacity

And all but one directory will remain unmolested...no more object files
in "src".

And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.

You can of course still do the configure from the top and get all of the
objects strewn about the tree.

I still haven't figured out how to keep the locale directory from getting
soiled.  I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +00:00
lllucius
2860645fcf Re-adding our configure script for libsoxr 0.1.1 2013-11-05 04:26:03 +00:00
lllucius
f510d21218 Update libsoxr to 0.1.1 2013-11-05 04:24:24 +00:00
richardash1981
97d967501a re-insert the cmake options lost in Vaughan's last update from upstream. This is a hacky script which I don't like - we should be calling cmake directly from the audacity configure scripts, so control is there 2012-12-19 21:40:16 +00:00
RichardAsh1981@gmail.com
71f08d18be convert configure script to have correct (Unix) line endings, and set the svn:eol-style propertyso that it stays that wa 2012-12-18 12:33:56 +00:00
v.audacity
5e4cb4067f upgrade to libsoxr 0.0.4 from current git 2012-12-17 05:08:16 +00:00
windinthew
1f26f3fb9b make file executable 2012-10-21 06:47:09 +00:00
windinthew
52e607f51e convert line endings to LF 2012-10-18 18:31:29 +00:00
v.audacity
67fa958263 Make libsoxr build for Audacity on Linux. 2012-10-17 00:27:48 +00:00
v.audacity
6adf60e0d4 Rob Sykes mods to make libsoxr build for Audacity on Linux 2012-10-15 00:33:09 +00:00
v.audacity
2416f94980 Upgrade to libsoxr 0.0.2. 2012-10-12 23:54:03 +00:00