added information about dist targets

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4104 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-20 10:16:15 +00:00
parent dd288416ce
commit e7eb496863

View file

@ -29,6 +29,18 @@ To install the built files, type:
\c scons PREFIX="C:\Program Files\NSIS" install
To create an installer (only on Windows), type:
\c scons dist-installer
To create a distribution zip file, type:
\c scons dist-zip
To create both, type:
\c scons dist
To get a complete list of options that the build system has to offer, type:
\c scons -h