Add link to Arch Linux package

This commit is contained in:
Martchus 2018-01-12 17:01:55 +01:00
parent 742511ba10
commit 3d750ada08
1 changed files with 7 additions and 0 deletions

View File

@ -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.