From 930e834aefefe62ff931bdb732bf7035aea6bfce Mon Sep 17 00:00:00 2001 From: windinthew Date: Thu, 30 Mar 2017 02:03:46 +0100 Subject: [PATCH] Mark Young PR 192 (modified) Change 2.1.2 to 2.1.3/2.2.0-alpha in win/compile.txt Git-ignore VisualStudio 2017 files. --- .gitignore | 1 + win/compile.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f7e325bb..3a26b4edc 100644 --- a/.gitignore +++ b/.gitignore @@ -177,6 +177,7 @@ win/Debug win/Release win/Projects/*/Debug win/Projects/*/Release +win/.vs/ # All those help files help/manual* diff --git a/win/compile.txt b/win/compile.txt index 4352a7ce0..b4cac5c2f 100644 --- a/win/compile.txt +++ b/win/compile.txt @@ -14,7 +14,8 @@ Authors: Martyn Shaw ======================================================================== -This document is for Audacity version 2.1.2. +This document is for Audacity version 2.1.3 and is currently also valid +for building 2.2.0-alpha. If the advice here is inaccurate or incomplete, email audacity-devel@lists.sourceforge.net. @@ -41,7 +42,7 @@ To simplify the implementation of a near-identical user interface across platforms, Audacity uses wxWidgets, a GUI framework. -Audacity 2.1.2 requires wxWidgets 3.0.2. +Audacity 2.1.3 requires wxWidgets 3.0.2. To be able to build Audacity for Windows, download and install wxWidgets from http://www.wxwidgets.org/.