From 4b52c7cd10745ac7ffcd649e590934ce89ee5e17 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 30 Jun 2005 17:43:28 +0000 Subject: [PATCH] added a note about big-endian platforms git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4143 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/build.but b/Docs/src/build.but index d3e3b53a..07583568 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -77,6 +77,8 @@ If you don't have a cross compiler, you can use: This should only build makensis. Once you have makensis, you can drop it in a downloaded precompiled package such as the nightly build. 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} and \c{Source\\exehead\\fileform.h} must be identical. +Note that compiling on big-endian platforms is possible. However, makensis will not work on such platforms. + \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.