From fa6e16b45dc127fbbae68aa550d9d1bd222f44fe Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 4 Apr 2018 20:30:40 +0200 Subject: [PATCH] Update README section about packages --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfc2d1d..269f29b 100644 --- a/README.md +++ b/README.md @@ -421,8 +421,15 @@ make install DESTDIR="/temporary/install/location" Add eg. `-j$(nproc)` to `make` arguments for using all cores. ### Packages -I currently only provide an -[Arch Linux package](https://github.com/Martchus/PKGBUILDs/blob/master/reflective-rapidjson/git/PKGBUILD) -for the current Git version. This package shows the required dependencies and commands to build -in a plain way. So it might be useful for making Reflective RapidJSON available under other platforms, -too. \ No newline at end of file +* Arch Linux + * for PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) or + [the AUR](https://aur.archlinux.org/packages?SeB=m&K=Martchus) + * for a binary repository checkout [my website](http://martchus.no-ip.biz/website/page.php?name=programming) +* Tumbleweed + * for RPM \*.spec files and binary repository checkout + [openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler) +* Windows + * for mingw-w64 PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) + +These packages shows the required dependencies and commands to build in a plain way. So they might be useful for +making Reflective RapidJSON available under other platforms, too.