Building NSIS from SVN: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Comm@nder21 (talk | contribs) m (→Downloads) |
Comm@nder21 (talk | contribs) m (→Downloads) |
||
Line 15: | Line 15: | ||
For compiling the NSIS Documentation, you need the '''HTML Help workshop''' (already included in Windows XP, 2003 and Vista). | For compiling the NSIS Documentation, you need the '''HTML Help workshop''' (already included in Windows XP, 2003 and Vista). | ||
For | For running the SCons build system you need SCons (0.96.95 and above) installed, which requires Python (1.6 and above). | ||
* [http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A Platform SDK 2003 R2] | * [http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A Platform SDK 2003 R2] |
Revision as of 20:27, 27 June 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).