Go to file
giomba ec18992ba6 added getters of single fields 2020-07-16 23:41:52 +02:00
lib added getters of single fields 2020-07-16 23:41:52 +02:00
pkg [pkg] deb creation with script 2019-08-17 15:25:33 +02:00
test filesystem improvements 2019-08-17 14:29:43 +02:00
.gitignore Produced a shared dynamic library using qmake 2019-08-14 19:00:37 +02:00
README.md [doc] package instructions updated 2019-08-17 11:15:45 +02:00

README.md

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 $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: QT_LOGGING_RULES="*.debug=false;"