Packaging/Windows

From UFO:AI
< Packaging
Revision as of 22:11, 15 September 2010 by Mattn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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