To generate the installer:

1. Create a subdirectory ``poliqarp`` in the directory containing
   ``poliqarp.nsi``.

2. Compile Poliqarp.

3. Strip the ``bin/*.exe`` files.

4. Copy ``bin/*.exe``, ``win32/pthread/pthread.dll``, ``gui/*.jar``,
   JGoodies JAR files, an Expat DLL to the ``poliqarp`` subdirectory.
   Copy any required documentation files do ``poliqarp/doc`` subdirectory.

5. Compile ``poliqarp-installer.nsi`` with NSIS.

6. Voilà, you have a ``Setup.exe``.

.. vim:tw=76 ft=rst
