diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e0cb08b448..068721f6e5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,10 @@ August 19th, 2013 + + [fernando] - Xulrunner: tweaks, note for memory used for building. + + [ken] - Add sed to postfix to compile with current BerkeleyDB. diff --git a/x/lib/xulrunner.xml b/x/lib/xulrunner.xml index faee5d6106..0204ca475d 100644 --- a/x/lib/xulrunner.xml +++ b/x/lib/xulrunner.xml @@ -11,7 +11,7 @@ - + ]> @@ -194,8 +194,15 @@ ac_add_options --with-system-zlib mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir EOF + + + Xulrunner's build uses large amount of + memory. On some systems, the RAM/Swap combination needs 6 GB available. + + + - Install Xulrunner by issuing the following + Build Xulrunner by issuing the following commands: @@ -206,7 +213,7 @@ EOF - Now, as the root user: + Install, as the root user: make -C xulrunner-build-dir install &&