Difference between revisions of "Packaging/Windows"

From UFO:AI
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 22:11, 15 September 2010

Building Installer

There is an installer script for NSIS in repository.

The NSIS Script is found in the directory: Template:Path.


For Windows Users:

From the windows explorer, simply right click this installer.nsi file, and select compile NSIS script. After that, wait out the installer creation process. It will take a while, so be patient ok?


For Linux Users:

Rest assured that this can be compiled even under Linux too -> just install nsis for Linux to build the Windows installer.

The commands to use are:

 apt-get install nsis
 make wininstaller

Links