From 042aae87c35bedc6ef33455be0560f7dbab5fd6f Mon Sep 17 00:00:00 2001 From: Wojciech Migda Date: Sat, 21 Nov 2020 16:37:11 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21712be..1bbe261 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ also on Windows, using either clang, MinGW, or Visual Studio. Care, though, should be taken as to the version of the compiler as this program makes use of C++17 and `std::filesystem` features. -Specifically, I have used g++ 7.5.0. -Also, there is a dependency to `boost.property_tree`. Version used by me is 1.68. +Specifically, I have used `g++` `7.5.0` and `cmake` `3.10.2`. +Also, there is a dependency to `boost.property_tree`. Version used by me is `1.68`. Other dependencied are already included in the source code bundle. They include: