Brief build instructions updated inside README.md

This commit is contained in:
giomba 2019-08-14 21:01:06 +02:00
parent 7f2b3b5e59
commit c85b415b2b
2 changed files with 14 additions and 15 deletions

15
README
View File

@ -1,15 +0,0 @@
=======================================================================
=== CNSPARSER ===
=======================================================================
A parser for Dati Personali contained in your Italian Carta Nazionale dei Servizi.
= Compile =
$ cd $REPO
$ mkdir build
$ cd build
$ qmake ..
$ make -j$(nproc)
= Disable debugging =
QT_LOGGING_RULES="*.debug=false;"

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# 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;"`