|
From: <sv...@va...> - 2008-08-20 09:00:38
|
Author: sewardj
Date: 2008-08-20 10:00:47 +0100 (Wed, 20 Aug 2008)
New Revision: 8536
Log:
Update notes on building OOo on SUSE11.0.
Modified:
branches/HGDEV/docs/internals/BIG_APP_NOTES.txt
Modified: branches/HGDEV/docs/internals/BIG_APP_NOTES.txt
===================================================================
--- branches/HGDEV/docs/internals/BIG_APP_NOTES.txt 2008-08-20 08:59:37 UTC (rev 8535)
+++ branches/HGDEV/docs/internals/BIG_APP_NOTES.txt 2008-08-20 09:00:47 UTC (rev 8536)
@@ -71,10 +71,12 @@
cd ooo-build
export ARCH_FLAGS="-g -O"
+export DOWNLOADCACHE=~/DOWNLOADS/OOo
+
#export ARCH_FLAGS="-g -O -fno-inline -fno-inline-functions"
# very slow, and not helpful
-./autogen.sh --with-distro=SUSE-10.2 --with-java=no
+./autogen.sh --with-distro=SUSE-11.0
--disable-gstreamer --disable-mono
# --with-max-jobs=2 --with-num-cpus=2 sounds good on paper, but often
@@ -89,6 +91,11 @@
# invariably fails. To fix, install 987,654,321 packages you never
# heard of before, that OOo absolutely needs, and go back to the
# autogen step. You probably need to do this ten times or more.
+#
+# configure: error: \genbrk\ not found in $PATH, install the icu
+# development tool \genbrk""
+#
+# means you have to install packages: icu libicu-devel
# eventually you might get through the inner configure. After
# a couple of hours of flat out computation on both cores of
|