From d72735180f96a0a0db25aee686478c9047aad90a Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 20:48:36 +0100 Subject: [PATCH] Dependencies --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ccafb3..995704e 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,8 @@ Tested on: - g++ 4.8.5 - MSVC 2015 - MSVC 2017 + +### Dependencies + +Requires [Standardese](https://github.com/foonathan/standardese) for generating documentation. +Requires [Catch](https://github.com/philsquared/Catch) for testing. This is bundled in the test directory.