From 6c5b990eac5d6792e5cc0964a8a2c0a9b293c95b Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 23 May 2007 14:52:46 +0000 Subject: [PATCH] LibraryLocal must be compiled for POSIX now git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5152 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs/src/build.but b/Docs/src/build.but index acf5b13d..6048e1b4 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -80,6 +80,9 @@ If no cross-compiler is available, use the following: \c scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all \c NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/path/to/extracted/zip \c install-compiler +\c +\c scons NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/path/to/extracted/zip +\c /path/to/extracted/zip/LibraryLocal This should only build makensis and install it to the directory where a precompiled package, such as the \R{build_nightly}{nightly build} or a \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{zipped release version} (nsis-x.xx.zip), is extracted. Note that the in order for this to work, the precompiled package must be compiled using the exact same sources as makensis. In particular, \c{Source\\exehead\\config.h}, the options passed to scons and \c{Source\\exehead\\fileform.h} must be identical. Nightly builds and zipped release versions are built with the default options.