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:
parent
1f949ccb94
commit
be4100d88e
1 changed files with 5 additions and 1 deletions
6
INSTALL
6
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue