From 9b093be81e29f07cff579df6480e74e903b8dfde Mon Sep 17 00:00:00 2001 From: giomba Date: Sat, 17 Aug 2019 11:15:45 +0200 Subject: [PATCH] [doc] package instructions updated --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7115174..a30e525 100644 --- a/README.md +++ b/README.md @@ -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;"`