From b2b2b362be436e76654460a775688d2788ff4b7f Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Mon, 27 Jan 2025 16:56:42 -0800 Subject: [PATCH] include deps in readmwe --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3cb19c9..9e946d2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ ### bottle management tool for WINE connoisseurs *(this software is considered unfinished, use at own risk)* +## Dependencies +* Boost +* Cog for code generation (`pip install cogapp`) +* TCLAP (either system-wide or included in `include`) +* Ronn for man page + ## Installation $ mkdir build && cd build