gestionale/README.md

20 lines
411 B
Markdown
Raw Normal View History

2019-08-16 16:44:57 +00:00
# Gestionale da Paura
A management software for GOLEM - Gruppo Operativo Linux Empoli.
## Components
* argento: president's interface to run on Sala-Corsi
* nicolodi: socio's interface to run on Limortouch
## Dependencies
On Debian/Ubuntu/Mint:
qt5-default
... TODO ...
# Build
$ cd $REPOSITORY
$ mkdir build-component
$ cd build-component
$ qmake ../component
$ make -j$(nproc)