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:
parent
dd288416ce
commit
e7eb496863
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue