xixitalk's snippet

Post Longer Than 140 Characters Tweets

Nov 1, 2016 - Comments

pkcs11-helper编译

pkcs11-helper也真是的,软件包里INSTALL里说用./configure生成Makefile,但是软件包还没有configure文件,需要autoreconf生成configure文件。妈蛋,INSTALL多写一句autoreconf -ivf会死吗?

准备

确保系统安装了autoconf automake libtool

下载源代码解压

$wget https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-1.10.tar.gz
$tar -zxvf pkcs11-helper-1.10.tar.gz
$cd pkcs11-helper-pkcs11-helper-1.10

生成Makefile

$autoreconf -ivf
$./configure

编译安装

$make
$make install

参考

https://github.com/OpenSC/pkcs11-helper/issues/2


知识共享许可协议
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。