/pkcs11-gui

A smartcard manager (PKCS11)

Primary LanguageC++Apache License 2.0Apache-2.0

pkcs11-gui

A smartcard manager (using libp11 library)

Development

sync git submodule

$> git submodule update --init #first time only
$> git submodule update

compile & install libp11

$> cd libp11
$> ./bootstrap
$> ./configure --prefix=/usr/
$> make
$> sudo make install

compile pkcs11-gui

QtCreator

Open QtCreator and open the pkcs11-gui/pkcs11-gui.pro project

Console

$> cd pkcs11-gui
$> qmake
$> make