1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

Update and simplify per regarding environment variable discussion per Gale's suggestions.

This commit is contained in:
v.audacity
2014-02-01 06:07:54 +00:00
parent 48df2b15c8
commit b27d6864af

View File

@@ -132,21 +132,9 @@ There are three settings that need changing:
2. Resource Directory (e.g., "C:\wxWidgets-2.8.12\include") 2. Resource Directory (e.g., "C:\wxWidgets-2.8.12\include")
3. Library Directory (e.g., "C:\wxWidgets-2.8.12\lib") 3. Library Directory (e.g., "C:\wxWidgets-2.8.12\lib")
Fortunately, this is parameterized, using a Windows system Fortunately, this is parameterized, using a Windows
environment variable. There are various ways to set these, so environment variable, WXWIN. There are various ways to set
look in the Windows help system. You want to create an these, so look in the Windows help system.
environment variable WXWIN, set to the top-level directory
where you installed wxWidgets. For example,
in your "autoexec.bat" file, you might have a line:
set WXWIN=C:\wxWidgets-2.8.12
Note that you don't want a trailing backslash on that.
On newer version of Windows, the settings for environment
variables can be found in the system control panel. Click
the "System" option, then the "Extended" or "Advanced" tab,
then "Environment variables".
In the Audacity project file, there are declarations like In the Audacity project file, there are declarations like