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 aefe4ba9cd Minor fixes to make it run on Linux 2019-08-16 15:34:25 +02:00
argento proper application settings renaming 2019-08-07 17:41:46 +02:00
nicolodi Minor fixes to make it run on Linux 2019-08-16 15:34:25 +02:00
.gitignore socio and presidente interface separation 2019-08-07 14:55:07 +02:00
README socio and presidente interface separation 2019-08-07 14:55:07 +02:00

README

    Argento
===============
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)