diff --git a/README.md b/README.md index dd8d407b9d47a2f9bed0ef5c10b950d449ffaaad..b41425a62060142e5430d4f0a302291deca13d12 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ The GUI library for showing the Map of the Praktikum Informatik 2 ## Dependencies -* [Meson](https://mesonbuild.com/Getting-meson.html) +* [Meson](https://mesonbuild.com/Getting-meson.html) (as build automation tool for this project) -* [gtkmm](https://www.gtkmm.org/en/download.html) +* [gtkmm](https://www.gtkmm.org/en/download.html) (for building the pi2-view GUI in C++) -* [Boost.Program_options](https://www.boost.org/doc/libs/release/libs/program_options/) +* [Boost.Program_options](https://www.boost.org/doc/libs/release/libs/program_options/) (for parsing the command line arguments) + +* [Git](https://git-scm.com/) (for downloading the [GSL](https://github.com/Microsoft/GSL))