Building NSIS from SVN: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 25: Line 25:




[[Category:Help]]
[[Category:Development FAQ]]

Revision as of 20:30, 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

see Development 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).