diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-19 18:26:03 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-19 18:26:41 +0200 |
commit | 42960dcc78175f44dacc8bd64cf6c6dcb8bbaf38 (patch) | |
tree | 553800fcbe6ea3f928a46bf48d766a70ec9f55bc /README.cross | |
parent | 07c1b61933c24f9dec0793cf881a2d18baf924ab (diff) |
README.cross: don't mention explicit openSUSE releases
Otherwise one will have to update this document every few months.
Change-Id: Idbd2637ab40ba906d1b976febe76de7590bf1209
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cross b/README.cross index 87aa95d78047..de4c43735e64 100644 --- a/README.cross +++ b/README.cross @@ -80,7 +80,7 @@ For example, you can install it like this: zypper ar http://download.opensuse.org/repositories/windows:/mingw:/win32/<your_os>/windows:mingw:win32.repo -where <your_os> is one of SLE_11, SLE_11_SP1, openSUSE_11.3, openSUSE_11.4 or +where <your_os> is one of SLE_11, SLE_11_SP1, openSUSE_XX.Y, or openSUSE_Factory. zypper in mingw32-cross-gcc mingw32-cross-gcc-c++ mingw32-python-devel \ |