1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

another couple of minor changes, separating references

This commit is contained in:
v.audacity 2014-11-05 08:39:36 +00:00
parent 377c2168c1
commit 3927d4d3df

View File

@ -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