aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-05-11 10:37:59 +0200
committerDan Gudmundsson <[email protected]>2017-05-11 10:37:59 +0200
commit327036428ff18a4268d4c10506945efe7ca1d66c (patch)
tree26ffd9fadd26d247c6a67905e3f95b6fe23ddb16 /HOWTO
parent57faf8743b693f02eda2ba0a379e234f554d5e96 (diff)
downloadotp-327036428ff18a4268d4c10506945efe7ca1d66c.tar.gz
otp-327036428ff18a4268d4c10506945efe7ca1d66c.tar.bz2
otp-327036428ff18a4268d4c10506945efe7ca1d66c.zip
wx: Fix builds on VS-2017
And while we at it recommend wxWidgets-3.0.3
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL-WIN32.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/HOWTO/INSTALL-WIN32.md b/HOWTO/INSTALL-WIN32.md
index c74107d749..4304fb3fb8 100644
--- a/HOWTO/INSTALL-WIN32.md
+++ b/HOWTO/INSTALL-WIN32.md
@@ -612,7 +612,7 @@ tools:
We would recommend using 1.0.2d.
-* Building with wxWidgets. Download wxWidgets-3.0.2 or higher.
+* Building with wxWidgets. Download wxWidgets-3.0.3 or higher.
Install or unpack it to the pgm folder:
Cygwin:
@@ -622,19 +622,19 @@ tools:
MSYS2:
`DRIVE:/PATH/msys<32/64>/opt/local/pgm`
- If the `wxUSE_POSTSCRIPT` isn't enabled in `<path\to\pgm>\wxMSW-3.0.2\include\wx\msw\setup.h`,
+ If the `wxUSE_POSTSCRIPT` isn't enabled in `<path\to\pgm>\wxMSW-3.0.3\include\wx\msw\setup.h`,
enable it.
build: From a command prompt with the VC tools available (See the
instructions for OpenSSL build above for help on starting the
proper command prompt in RELEASE mode):
- C:\...\> cd <path\to\pgm>\wxMSW-3.0.2\build\msw
+ C:\...\> cd <path\to\pgm>\wxMSW-3.0.3\build\msw
C:\...\> nmake BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
Or - if building a 64bit version:
- C:\...\> cd <path\to\pgm>\wxMSW-3.0.2\build\msw
+ C:\...\> cd <path\to\pgm>\wxMSW-3.0.3\build\msw
C:\...\> nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
* Get the Erlang source distribution (from <http://www.erlang.org/download.html>).