a note about building wxWidgets

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6273 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2012-11-05 01:42:47 +00:00
parent 1f949ccb94
commit be4100d88e

View file

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