Skip to content

Commit

Permalink
Update readme to remove Boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 12, 2018
1 parent 232c71a commit 8c6f144
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c6f144

Please sign in to comment.