From be4100d88e73c3bee9e588cb270d3e7cb869ba1f Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 5 Nov 2012 01:42:47 +0000 Subject: [PATCH] a note about building wxWidgets git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6273 212acab6-be3b-0410-9dea-997c60f758d6 --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index fa372388..5d79fdb9 100644 --- a/INSTALL +++ b/INSTALL @@ -15,7 +15,6 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation. * HTML Help Workshop for CHM documentation (http://msdn.microsoft.com/) * Cross compiler on POSIX platforms, i.e. MinGW (http://www.mingw.org/) * wxWidgets 2.8 for NSIS Menu (http://www.wxwidgets.org) - WXWIN environment variable must be set to wxWidgets directory on Windows - Preparation @@ -25,6 +24,11 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation. set ZLIB_W32=C:\Dev\zlib-1.2.4 + * See Contrib\NSIS Menu\wx\build.txt for wxWidgets build steps. + Optionally, you can skip this by using: + + scons SKIPUTILS="NSIS Menu" + - For Unicode version of NSIS * type: