summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-19 15:01:17 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-19 15:36:18 +0200
commit81ca6d858b2e50ded7a4f713cc134a13c1fbf886 (patch)
treedfc4acfe74d9c74e47a5bad864d2b7474768fefe /README.cross
parent072efc74051b1e67a9112f4f5ccf2fcba6a6343f (diff)
Allow parallel build of the the cross build toolset.
Plus various minor build tweaks.
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.cross b/README.cross
index 095a419bb43b..640b63055cc3 100644
--- a/README.cross
+++ b/README.cross
@@ -82,7 +82,20 @@ that the MSVC build under Cygwin works as nicely as it does.
MinGW is available as cross-build toolchains pre-packaged in more or
less official packages for many Linux distros including Debian, Fedora
and openSUSE. Personally I use the mingw32 packages in the openSUSE
-Build Service, running on openSUSE.
+Build Service, running on openSUSE:
+
+http://download.opensuse.org/repositories/windows:/mingw:/win32/
+
+[You can install it like:
+
+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
+
+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. ]
It is somewhat unclear how well thought-out the conditionals and code
for MinGW inside the OOo-originated code in LibreOffice actually