Building NSIS from SVN: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Comm@nder21 (talk | contribs) No edit summary |
m (Building NSIS from CVS moved to Building NSIS from SVN) |
Revision as of 09:01, 6 October 2007
This page should cover all issues around building the NSIS distribution directly from its CVS source tree.
HowTo get the source files
HowTo setup the build environment
Windows
Downloads
For compiling makensis and most plugins, you need to download the Microsoft Platform SDK and the Microsoft Visual C++ Express Edition. Of course, if you already own Visual Studio, you don't need to download the Express Edition.
For compiling the NSIS Menu, you need the wxWidgets Source package (2.8 and above).
For compiling the NSIS Documentation, you need the HTML Help workshop (already included in Windows XP, 2003 and Vista).
For running the SCons build system you need SCons (0.96.95 and above) installed, which requires Python (1.6 and above).