Un pessimo gestionale molto anni 90 scritto in Qt per popolare il database dei soci e tener conto delle iscrizioni, eventualmente estendibile
Go to file
giomba 6f4f1d67ca [doc] minor README.md changes 2019-08-16 19:25:32 +02:00
argento [argento] OTP Pin management 2019-08-16 19:23:43 +02:00
nicolodi [nicolodi] nullptr initialization of priv members 2019-08-16 18:39:04 +02:00
.gitignore socio and presidente interface separation 2019-08-07 14:55:07 +02:00
README.md [doc] minor README.md changes 2019-08-16 19:25:32 +02:00

README.md

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)