From 3d750ada082f9f10ce35759079b1c76c99a8e643 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 12 Jan 2018 17:01:55 +0100 Subject: [PATCH] Add link to Arch Linux package --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e7b45da..9ad5f41 100644 --- a/README.md +++ b/README.md @@ -341,3 +341,10 @@ make apidoc 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