From cb5b1153c60f1c2e7379b5fc56d56c193fa844b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Fischer?= Date: Thu, 10 Oct 2019 09:51:18 +0200 Subject: [PATCH] Add requirements to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b83a56e..40db7ce 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ Acces Management System of Colsys: [Product info](http://produkty.colsys.cz/colnod/) +## Requirements + +- QPSQL driver must be installed (PostgreSQL) +- running on Qt 5.9 + + ### Qt 5 + ``` + sudo apt-get install -y build-essential + sudo apt-get install -y qt5-default + ``` + ### PostgreSQL ( devel libs ) + ``` + sudo apt-get install -y libpq-dev + sudo apt install libqt5sql5-psql # psql driver for Qt + ``` + ## Endpoints - POST `/AaaManager/authSession`