From a106ae232f7281b3f8fb062b99fb93cbf88e7cfd Mon Sep 17 00:00:00 2001 From: windinthew Date: Fri, 10 Sep 2010 12:09:15 +0000 Subject: [PATCH] * Correct "Compling Audacity" typo passed through from e-mail to "Compiling Audacity", plus move down "Developing in Windows" link to help people check for common compilation errors * Errors and inaccuracies are better directed to feedback@ so there is no disincentive effect of having to register on the Forum to report obvious errors --- win/compile.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/win/compile.txt b/win/compile.txt index cc2d1f4cf..447a3fe7d 100644 --- a/win/compile.txt +++ b/win/compile.txt @@ -16,10 +16,7 @@ Authors: ======================================================================== 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". +e-mail feedback@audacityteam.org . ======================================================================== Audacity releases are now built with Microsoft Visual C++ 9 @@ -310,12 +307,15 @@ So for instance, a Unicode Debug version of Audacity should have: in the "audacity\win\unicode debug" directory. -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. +If this procedure doesn't work, check the "Common Compilation +Errors" section on +http://audacityteam.org/wiki/index.php?title=Developing_On_Windows . + +If you still need help after that, please ask on the "Compiling +Audacity" board 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. ---------------------------