Skip to content

foofilers/pkcs11-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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