From 10257ceb5b6c332f721d8c96ab207e595268a5f2 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 3 Mar 2006 09:27:05 +0000 Subject: [PATCH] note about building System with a cross compiler git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4545 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docs/src/build.but b/Docs/src/build.but index faa0287e..82836839 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -79,6 +79,10 @@ This should only build makensis. Once you have makensis, you can drop it in a do Note that compiling on big-endian platforms is possible. However, makensis will not work on such platforms. +Currently, the System plug-in \W{http://forums.winamp.com/showthread.php?s=&threadid=227304}{can't be built} using a cross-compiler, but only with MSVC. When building with a cross compiler, always use at least the following flags: + +\c scons SKIPPLUGINS=System + \H{build_nightly}Nightly Builds If you don't want to build NSIS on your own but want to get the latest CVS version, you can use the \W{http://nsis.sourceforge.net/nightly/nsis.zip}{nightly build}. The nightly build is automatically generated every night from source code in CVS.