From: Jakub J. <jj...@re...> - 2017-08-24 06:25:37
|
On Wed, 2017-08-23 at 20:50 -0700, Jana Nguyen wrote: > Hello, > > I want to use OpenSC/libp11 for my project since I want to use the > pkcs11 > module to access HSM. I've cloned libp11 repo from the master > branch, but > how do I build it so I can start using it for Centos 6? I've looked > at > INSTALL.md at https://github.com/OpenSC/libp11/blob/master/INSTALL.md > and > it suggest I run the below to build libp11: > ./configure && make && sudo make install > > There is no "configure" or "install" under this repo: Hello, when you are building from master, the configure is not pre-generated as in the release tarball. In this case, you need to run $ ./bootstrap which in result runs autoreconf and creates a configure for you. Regards, -- Jakub Jelen Software Engineer Security Technologies Red Hat, Inc. |