From da7c96376dee9c54a699e4fc378c9d0153fd7ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 9 Aug 2023 22:56:46 +0200 Subject: [PATCH] comment on dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 91f8430..151a92b 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ percentage for the corresponding game state with optimum play will be calculated Here, optimum play refers to the assumption that everbody knows their cards, but not the draw pile. For example, if the output of the program is 1, then this means that even if an evil adversary is allowed to pick the next card in the deck each time a card is drawn, there is still a strategy that guarantees a win. + + +## Compilation +The build uses cmake. Additionally, you need the (boost)[https://www.boost.org] and (cpr)[https://libcpr.org] libraries to build, refer to these pages to install them.