From 54e39ccdb396789f38e3e06fc7bf6d5740adec59 Mon Sep 17 00:00:00 2001 From: Eelke Klein Date: Mon, 5 Sep 2022 18:14:58 +0000 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e38338 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +The program is build with Qt 6.3 using QtCreator and the Visual Studio 2019 C++ compiler. +Only 64-bits builds are actively maintained. + +[Documentation](https://eelke.gitlab.io/pgLab/) is generated automatically when a commit is tagged. It also includes releasenotes. +The release notes use collected from git using [reno](https://docs.openstack.org/reno/latest/index.html). + +## Dependencies + +- boost +- botan +- fmt +- googletest +- libpq +