#
# $XORP: xorp/contrib/win32/installer/README,v 1.5 2008/07/15 21:34:21 pavlin Exp $
#

Those are the instructions for building the XORP Installer for Windows:
  - Make sure you have a full MSYS/MinGW environment set up as
    described in ${XORP}/BUILD_NOTES.
  - Make sure you have the Nullsoft Installer toolkit installed:
      http://nsis.sourceforge.net/
  - Make sure the path to makensis.exe is in your PATH.
  - Check out the xorp/contrib/win32/installer/xorp.nsi script.
  - Fiddle with the SRCDIR and DLLDIR settings if you have to, to
    point to where you have built the source and installed MinGW.
  - If necessary, list any new files (e.g., new binary files)
    that need to be installed.
  - Run makensis xorp.nsi.
  - Test the installer.
