From 8c6f144483248642f7904fac75ea66f848354786 Mon Sep 17 00:00:00 2001 From: Richard Date: Thu, 11 Jan 2018 23:01:39 -0700 Subject: [PATCH] Update readme to remove Boost dependency --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5db9b2..25c0866 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,9 @@ the tests and report failed assertions. # Dependencies -- [CMake](http://www.cmake.org) for the build infrastructure. -- [Boost](http://www.boost.org) for the unit test framework. The build script expects to find a compiled Boost.Test - configured as a static library, multithreaded, with static C/C++ runtime. This choice is arbitrary and you can - modify the build script to suit your own needs. +- [CMake 3.8.0](http://www.cmake.org) for the build infrastructure. +- [Catch2](http://catch-lib.net) for the unit test framework. Catch2 is included in the cpp-koans repository, + so there is nothing to download. # Contributing