mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 16:50:48 +02:00
Add requirements to README
This commit is contained in:
parent
4695fd42d2
commit
cb5b1153c6
16
README.md
16
README.md
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
Acces Management System of Colsys: [Product info](http://produkty.colsys.cz/colnod/)
|
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
|
## Endpoints
|
||||||
|
|
||||||
- POST `/AaaManager/authSession`
|
- POST `/AaaManager/authSession`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user