Add Conan integration to readme

This commit is contained in:
pantor
2018-04-18 16:48:45 +02:00
committed by GitHub
parent 1cb6b15cca
commit 29d0ddcf09

View File

@@ -33,9 +33,11 @@ using namespace inja;
using json = nlohmann::json;
```
If you are using the [Meson Build System](http://mesonbuild.com), then you can wrap this repository as a subproject.
You can also integrate inja in your project using [Hunter](https://github.com/ruslo/hunter), a package manager for C++.
If you are using the [Meson Build System](http://mesonbuild.com), then you can wrap this repository as a subproject.
If you are using [Conan](https://conan.io) to manage your dependencies, have a look at [this repository](https://github.com/DEGoodmanWilson/conan-inja). Please file issues [here](https://github.com/DEGoodmanWilson/conan-inja/issues) if you experience problems with the packages.
## Tutorial