summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
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