[doc] package instructions updated

This commit is contained in:
giomba 2019-08-17 11:15:45 +02:00
parent ebd0d43fad
commit 9b093be81e
1 changed files with 18 additions and 3 deletions

View File

@ -1,14 +1,29 @@
# CNSPARSER
# CNS parser
A parser for Dati Personali contained in your Italian Carta Nazionale dei Servizi.
## Components
* lib: cnsparser's library source code
* test: testing program
## Compile
$ cd $REPO
$ cd $REPOSITORY
$ mkdir build-$COMPONENT
$ cd build-$COMPONENT
$ qmake ../$COMPONENT
$ make -j$(nproc)
## Install
First compile using the above commands, then:
# make install
or, if you want to install to a custom root directory:
$ make INSTALL_ROOT="/tmp" install
## Package
### ArchLinux
$ cd $REPOSITORY/pkg/tar.xz
$ makepkg
## Disable debugging
Populate the following environment variable:
Populate the following environment variable:
`QT_LOGGING_RULES="*.debug=false;"`