From 6edc7396c0ab47180eebae7ddb0ad29c60c9a8ae Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 2 Aug 2005 21:38:54 +0000 Subject: [PATCH] This readme explains the NSIS directory in the Panda distribution --- pandatool/src/scripts/packpanda.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 pandatool/src/scripts/packpanda.txt diff --git a/pandatool/src/scripts/packpanda.txt b/pandatool/src/scripts/packpanda.txt new file mode 100755 index 0000000000..3706056892 --- /dev/null +++ b/pandatool/src/scripts/packpanda.txt @@ -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