Building Windows iHRIS: Difference between revisions

From IHRIS Wiki
Line 5: Line 5:
In order to build a windows installer, you must have a [http://www.cygwin.com cygwin] installed on your computer.  To do this, download and run [http://www.cygwin.com/setup.exe setup.exe].  You can find detailed instructions [http://cygwin.com/cygwin-ug-net/setup-net.html here].  You will
In order to build a windows installer, you must have a [http://www.cygwin.com cygwin] installed on your computer.  To do this, download and run [http://www.cygwin.com/setup.exe setup.exe].  You can find detailed instructions [http://cygwin.com/cygwin-ug-net/setup-net.html here].  You will
need to install the following packages
need to install the following packages
* A
* wget
* B
* make
* tar
* unzip

Revision as of 14:26, 16 December 2008

Overview

This page describes how to build a customized windows installer. The installer is built on a windows machine using the Cygwin linux like environment for windows.

Installing Cygwin

In order to build a windows installer, you must have a cygwin installed on your computer. To do this, download and run setup.exe. You can find detailed instructions here. You will need to install the following packages

  • wget
  • make
  • tar
  • unzip