short source build and installation help file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4060 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1fb8a16345
commit
df5202b290
1 changed files with 49 additions and 0 deletions
49
INSTALL
Normal file
49
INSTALL
Normal file
|
@ -0,0 +1,49 @@
|
|||
INSTALLING NSIS
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
This is a trimmed version of Appendix F of the documentation.
|
||||
|
||||
- Requirements
|
||||
|
||||
* Python version 1.5.2 and above (http://www.python.org/)
|
||||
* SCons version 0.96.90 and above (http://www.scons.org/)
|
||||
* C compiler
|
||||
|
||||
- Installing
|
||||
|
||||
* type:
|
||||
|
||||
scons PREFIX="C:\Program Files\NSIS" install
|
||||
|
||||
- More options
|
||||
|
||||
* For build options, type:
|
||||
|
||||
scons -h
|
||||
|
||||
* For SCons options, type:
|
||||
|
||||
scons -H
|
||||
|
||||
- Special cases
|
||||
|
||||
* If using the free Visual C++ Toolkit and Platform SDK
|
||||
(available at http://msdn.microsoft.com/visualc/vctoolkit2003/,
|
||||
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/),
|
||||
add MSTOOLKIT=yes to the build command line. For example:
|
||||
|
||||
scons MSTOOLKIT=yes PREFIX=C:\NSIS install
|
||||
|
||||
If path problems occur, try:
|
||||
|
||||
set MSSDK=C:\Path\To\Platform SDK
|
||||
set VCToolkitInstallDir=C:\Path\To\VCToolkit
|
||||
scons MSTOOLKIT=yes
|
||||
|
||||
* If a cross compiler is not available on POSIX, use:
|
||||
|
||||
scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all
|
||||
|
||||
This should only build makensis. Once you have makensis, you can
|
||||
drop it in a downloaded precompiled package such as the nightly
|
||||
build.
|
Loading…
Add table
Add a link
Reference in a new issue