summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-07-23 18:16:46 +0200
committerJan Holesovsky <kendy@suse.cz>2012-07-24 13:42:51 +0200
commit063afe5104a4db1d97a3bcaa215f5fe87698ed70 (patch)
treeda75ee3a9170cca833f569f56d4624ce72ab9809 /README.cross
parent67e3e8bdb42603261de7b9e4b21dd0846d6ae6d5 (diff)
Check for the msi* build requirements in configure.in + update README.cross.
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.cross b/README.cross
index ee0b0f7ee983..1142ab9aa12a 100644
--- a/README.cross
+++ b/README.cross
@@ -93,6 +93,16 @@ zypper in mingw32-cross-gcc mingw32-cross-gcc-c++ mingw32-python-devel \
mingw32-libcppunit-devel mingw32-libredland mingw32-libredland-devel \
mingw32-libmythes mingw32-libmythes-devel
+You also need wine, ideally:
+
+zypper ar http://download.opensuse.org/repositories/Emulators:/Wine/<your_os>/Emulators:Wine.repo
+
+zypper in wine wine-devel wine-devel-32bit
+
+And in order to be able to use 'winegcc -m32', also
+
+zypper in glibc-devel-32bit gcc-32bit
+
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.