Merge patch for better installs on POSIX platforms.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4486 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c16ca4f9fc
commit
0913023f33
25 changed files with 286 additions and 134 deletions
9
INSTALL
9
INSTALL
|
@ -53,6 +53,15 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
|
|||
drop it in a downloaded precompiled package such as the nightly
|
||||
build.
|
||||
|
||||
* Options for POSIX installs
|
||||
|
||||
PREFIX: defaults to /usr/local
|
||||
PREFIX_BIN: Where to put native binaries. Defaults to $PREFIX/bin/
|
||||
PREFIX_CONF: Where to put the config file. Defaults to $PREFIX/etc/
|
||||
PREFIX_DATA: Where to put the plugins, stubs, etc. Defaults to $PREFIX/share/nsis/
|
||||
PREFIX_DOC: Where to put the docs and examples. Defaults to $PREFIX/share/doc/nsis/
|
||||
PREFIX_DEST: The install root Useful for packagers. Defaults to the root directory.
|
||||
|
||||
- Problems
|
||||
|
||||
* Get help in the forum:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue