more on building and installing without cross-compiler on posix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4969 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6355acfa03
commit
5ea297c4ca
2 changed files with 9 additions and 5 deletions
8
INSTALL
8
INSTALL
|
@ -46,10 +46,12 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
|
|||
* If a cross compiler is not available on POSIX, use:
|
||||
|
||||
scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all
|
||||
NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/path/to/extracted/zip
|
||||
install-compiler
|
||||
|
||||
This should only build makensis. Once you have makensis, you can
|
||||
drop it in a downloaded precompiled package such as the nightly
|
||||
build.
|
||||
This should only build makensis and install it to the directory where
|
||||
a precompiled package, such as the nightly build or a zipped release
|
||||
version (nsis-x.xx.zip) is extracted.
|
||||
|
||||
* Options for POSIX installs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue