Go to file
giomba ebd0d43fad [pkg] library package creation for ArchLinux 2019-08-17 11:07:26 +02:00
lib [pkg] library package creation for ArchLinux 2019-08-17 11:07:26 +02:00
pkg/tar.xz [pkg] library package creation for ArchLinux 2019-08-17 11:07:26 +02:00
test Produced a shared dynamic library using qmake 2019-08-14 19:00:37 +02:00
.gitignore Produced a shared dynamic library using qmake 2019-08-14 19:00:37 +02:00
README.md Brief build instructions updated inside README.md 2019-08-14 21:01:06 +02:00

README.md

CNSPARSER

A parser for Dati Personali contained in your Italian Carta Nazionale dei Servizi.

Compile

$ cd $REPO
$ mkdir build-$COMPONENT
$ cd build-$COMPONENT
$ qmake ../$COMPONENT
$ make -j$(nproc)

Disable debugging

Populate the following environment variable:
`QT_LOGGING_RULES="*.debug=false;"`