summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-24 01:09:03 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-24 01:09:57 +0200
commitc0111fdc4b4f06b80a13c54806075bdb1c688d60 (patch)
treed864f298ad7dacc4510c5d44f5a93d43da6b956b /README.cross
parenta189b65202e26bf767da8f33a05e228a80909fc6 (diff)
More packages that one should install for cross-compiling.
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.cross b/README.cross
index 640b63055cc3..122d98bd624e 100644
--- a/README.cross
+++ b/README.cross
@@ -91,11 +91,19 @@ http://download.opensuse.org/repositories/windows:/mingw:/win32/
zypper ar http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP1/windows:mingw:win32.repo
zypper in mingw32-cross-gcc mingw32-python-devel mingw32-libexpat-devel \
mingw32-libexpat mingw32-boost-devel mingw32-libhyphen-devel \
- mingw32-libhyphen mingw32-hyphen-en mingw32-liblpsolve-devel
+ mingw32-libhyphen mingw32-hyphen-en mingw32-liblpsolve-devel \
+ mingw32-libxml2-devel mingw32-libxslt-devel mingw32-libicu \
+ mingw32-libicu-devel mingw32-libgraphite2 mingw32-libgraphite2-devel \
+ mingw32-cairo mingw32-cairo-devel mingw32-librsvg mingw32-librsvg-devel \
+ mingw32-hunspell mingw32-hunspell-devel mingw32-libcurl \
+ mingw32-libcurl-devel
There might be more that are missing, please read carefully what autogen.sh
tells you, and either remove one of the --with-system-*, or install the
-missing dependency. ]
+missing dependency.
+
+It also looks like graphite2.pc needs tweaking in order to work right; but
+that's likely to be fixed in the openSUSE project.]
It is somewhat unclear how well thought-out the conditionals and code
for MinGW inside the OOo-originated code in LibreOffice actually