From 3927d4d3df45ba0c93b1f395cd38ca4a2a4eec1b Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 5 Nov 2014 08:39:36 +0000 Subject: [PATCH] another couple of minor changes, separating references --- win/compile.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/win/compile.txt b/win/compile.txt index 299bf5e29..f4fd42d35 100644 --- a/win/compile.txt +++ b/win/compile.txt @@ -86,6 +86,10 @@ In the Audacity project file, there are declarations like that get interpreted as, e.g., "C:\wxWidgets-2.8.12\include". The typical setting for WXWIN is "C:\wxWidgets-2.8.12". +For example, + + set WXWIN =C:\wxWidgets-2.8.12 + Once you have set the WXWIN environment variable correctly, the Audacity project file's declarations will do the rest. @@ -164,8 +168,10 @@ If you build ASIO support into Audacity, do not distribute that build. For ASIO support, get the ASIO SDK from Steinberg (http://www.steinberg.net/en/company/developers.html), install at C:\ASIOSDK, then define an environment variable called -ASIOSDK_DIR, as for WXWIN, above. The value should be -the full path to the base directory of the ASIO SDK, e.g., +ASIOSDK_DIR. + +The value should be the full path to the base directory of the +ASIO SDK, e.g., set ASIOSDK_DIR=C:\ASIOSDK2