diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-20 14:07:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-20 14:10:43 +0300 |
commit | b69ab0ddf53b07434450574040788ee2450f6ab9 (patch) | |
tree | 7e4eabe6320c7b9ab2483234b64d10197aa2930c /README.cross | |
parent | 15597b7bd7eaa533989756edc0b04258470922e4 (diff) |
Reduce confusion between openSUSE and SLE a bit
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cross b/README.cross index 04d208be8365..e92e82aea27c 100644 --- a/README.cross +++ b/README.cross @@ -82,13 +82,13 @@ it is a semi-miracle (well, make that the result of years of work) 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 +less official packages for many Linux distros including Debian, Fedora, +openSUSE and SLE. Personally I use the mingw32 packages in the Open Build Service, running on openSUSE: http://download.opensuse.org/repositories/windows:/mingw:/win32/ -You can install it on openSUSE like this: +For example, you can install it on SLE 11 SP1 like this: zypper ar http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP1/windows:mingw:win32.repo zypper in mingw32-cross-gcc mingw32-cross-gcc-c++ mingw32-python-devel \ |