Archive: Building help


Building help
Hello,
I want build NSIS on my PC, downloaded below list and install them.

-Platform SDK 2003 R2
-Visual Studio 2005 Express
-HTML Help Workshop 1.4
-wxWidgets 2.8.4 Windows Installer
-SCons 0.97 Windows Installer
-Python 2.5.1 Windows Installer
-nsis-2.29-src.tar.bz2

Unfortunately I have not any programming knowledges. :(
Now how to build it?
please explain me step by step.

Thanks


Install everything, extract nsis-2.29-src, open a console window, change the working directory to wherever you extracted the source code and type scons. Follow the documentation to find out more options for scons.

And just to make sure you're not going for an overkill here, why do you want to build it, if you don't have any programming knowledge? There are pre-built versions available. So unless you want to modify the source and learn from it, you can use the pre-built version.