Updated readme with compiler support

This commit is contained in:
Arun M 2018-01-03 11:03:08 +05:30
parent 9487758b8c
commit 10a8980ce6

View file

@ -26,6 +26,7 @@
- [Support](#support)
- [External Dependencies](#external-dependencies)
- [Thanks to...](#thanks-to...)
- [Compiler Support](#compiler-support)
- [Installation](#installation)
- [Parameters](#parameters)
- [Claim Data Types](#claim-data-types)
@ -202,6 +203,10 @@ The library has 2 sets of APIs for encoding and decoding:
- Howard Hinnant for the stack allocator
- libstd++ code (I took the hashing code for string_view)
## Compiler Support
Tested with <strong>clang-5.0</strong> and <strong>g++-6.4</strong>.
## Installation
Use the C++ package manager..... just kidding :)
This is a header only library, so you can just add it to your include path and start using it. The only somewhat tricky part is to link it with openssl library. Check out the cmake file for building it properly.