Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# libp11 Installation
The following instructions only apply to the [release tarballs.](https://github.com/OpenSC/libp11/releases)
The following instructions apply to the [release tarballs](https://github.com/OpenSC/libp11/releases)
and builds from the Git repository.

## Unix Build

Expand All @@ -8,6 +9,12 @@ On Debian/Ubuntu use:

sudo apt install pkgconf libssl-dev

When building from the Git repository, install the Autotools packages and run `./bootstrap` first:

sudo apt install autoconf automake libtool

./bootstrap

Configure and build libp11:

./configure && make
Expand Down
Loading