Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nsis-2.46-linux32-bin.tar.bz2 | 2012-12-23 | 2.2 MB | |
README | 2012-12-23 | 664 Bytes | |
Totals: 2 Items | 2.2 MB | 0 |
This is a compiled version of nsis-2.46 It is build on a 32 bit Ubuntu 12.04.1 LTS If it does not run on your platform, just compile by yourself. I basically followed this tutorial: http://www.xdevsoftware.com/blog/post/How-to-Install-the-Nullsoft-Installer-NSIS-on-Linux-.aspx Installation ------------- Copy the archive to /opt type $ tar xvjf nsis-2.46-linux32-bin.tar.bz2 now you have /opt/nsis-2.46 Don't rename or move to another directory! It will not work! Put the following directory on your seach path: $ export PATH=$PATH:/opt/nsis-2.46/bin now you just have to type $ makensis myprog.nsi in your project directory.