Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 460 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 460 Bytes

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