From 10a8980ce64f1d107f6ce145c8d5e175a774d8b8 Mon Sep 17 00:00:00 2001 From: Arun M Date: Wed, 3 Jan 2018 11:03:08 +0530 Subject: [PATCH] Updated readme with compiler support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4dd5a76..17cfeda 100644 --- a/README.md +++ b/README.md @@ -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 clang-5.0 and g++-6.4. + ## 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.