Update packaging section in README.md

This commit is contained in:
Martchus 2019-09-25 18:19:18 +02:00
parent 23b774e374
commit f72b3c2ad9
1 changed files with 8 additions and 10 deletions

View File

@ -122,23 +122,21 @@ see the repository [subdirs](https://github.com/Martchus/subdirs). For an exampl
For a debug build, just use ```-DCMAKE_BUILD_TYPE=Debug```. For a debug build, just use ```-DCMAKE_BUILD_TYPE=Debug```.
#### Arch Linux package #### Arch Linux package
The repository [PKGBUILDs](https://github.com/Martchus/PKGBUILDs) contains files The repository [PKGBUILDs](https://github.com/Martchus/PKGBUILDs) contains files for building Arch Linux packages of
for building Arch Linux packages. the latest release and the Git master.
PKGBUILD files to cross compile for Windows using mingw-w64 and for MacOS X using osxcross are also included. PKGBUILDs to cross compile for Android, Windows (using mingw-w64) and for MacOS X (using osxcross) are included as well.
#### RPM packages for openSUSE #### RPM packages for openSUSE and Fedora
RPM \*.spec files can be found at [openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler). RPM \*.spec files can be found at [openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler).
Packages are available for x86_64, aarch64 and armv7l. Since GCC provided by Leap is too old, only Tumbleweed packages Packages are available for x86_64, aarch64 and armv7l.
are up-to-date.
There is also a [sub project](https://build.opensuse.org/project/show/home:mkittler:vcs) containing the builds from
the Git master branch.
#### Gentoo #### Gentoo
Packages are provided by perfect7gentleman; checkout his [repository](https://github.com/perfect7gentleman/pg_overlay). Packages are provided by perfect7gentleman; checkout his [repository](https://github.com/perfect7gentleman/pg_overlay).
#### Cygwin
Scripts to build with Cygwin are provided by svnpenn. Checkout his
[repository](https://github.com/svnpenn/glade).
### General notes ### General notes
* There is a workaround for [GCC Bug 66145](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145) provided * There is a workaround for [GCC Bug 66145](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145) provided
in io/catchiofailure.h. in io/catchiofailure.h.