1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Made requests for bug reports consistently go to feedback@audacityteam.org and compile issues go to "Compling Audacity" board on the Forum rather than going to -devel. Removed some related code cruft.

This commit is contained in:
v.audacity
2010-09-10 03:19:24 +00:00
parent a46081d5b5
commit f9be883b82
7 changed files with 40 additions and 67 deletions

View File

@@ -14,9 +14,10 @@ Authors:
Martyn Shaw
========================================================================
This version is currently accurate for Audacity version 1.3.13. .
If the advice here is inaccurate or incomplete, please
email audacity-devel@lists.sourceforge.net.
This version is currently accurate for Audacity version 1.3.13.
If you find the advice here inaccurate or incomplete, please
first discuss on the "Compling Audacity" forum at
http://forum.audacityteam.org/.
See also
"http://audacityteam.org/wiki/index.php?title=Developing_On_Windows".
========================================================================
@@ -309,14 +310,12 @@ So for instance, a Unicode Debug version of Audacity should have:
in the "audacity\win\unicode debug" directory.
That's all - if this procedure doesn't work, you can ask for
help on the Audacity development mailing list:
audacity-devel@lists.sourceforge.net. However, the first
suggestion is likely to be "try it again with a clean installation
of the wxWidgets source and the latest Audacity source from SVN",
so if that's not what you just attempted, you might want to try
that first...
If this procedure doesn't work, you can ask for help on the
"Compling Audacity" forum at http://forum.audacityteam.org/.
However, the first suggestion there is likely to be "try it again
with a clean installation of the wxWidgets source and the latest
Audacity source from SVN". So if that's not what you attempted,
please try that first.
---------------------------