This readme explains the NSIS directory in the Panda distribution

This commit is contained in:
Josh Yelon 2005-08-02 21:38:54 +00:00
parent daeeb3141f
commit 6edc7396c0

View File

@ -0,0 +1,12 @@
Panda includes a program, 'packpanda', that packages up
a panda game into a convenient redistributable. If you are
not using 'packpanda,' you can delete the NSIS subdirectory.
NSIS is the "Netscape Scriptable Install System." It is
a general-purpose tool for building executable windows
installers. "Packpanda" is built on top of NSIS. Again,
if you're not using packpanda, you don't need NSIS.
Note that this is a stripped-down version of NSIS, containing
only the files that panda needs. You can get a much more
featureful version of NSIS from http://nsis.sourceforge.net