Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 603 Bytes

INSTALL.md

File metadata and controls

37 lines (19 loc) · 603 Bytes

libp11 Installation

Unix Build

Install the OpenSSL development package. On Debian/Ubuntu use:

sudo apt-get install libssl-dev

Build and install libp11:

./configure && make && sudo make install

Windows Build

Download and install OpenSSL, for example:

MSVC

To build libp11 use:

nmake -f Makefile.mak

In case your OpenSSL is installed in a different directory, use:

nmake -f Makefile.mak OPENSSL_DIR=\your\openssl\directory

Mingw

TODO

Cygwin

TODO