Skip to content

Commit

Permalink
Mention "make check" in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Aug 9, 2022
1 parent a93181d commit bb8b838
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ On Debian/Ubuntu use:

sudo apt install pkgconf libssl-dev

Build and install libp11:
Configure and build libp11:

./configure && make && sudo make install
./configure && make

Optionally, execute built-in tests:

make check

Install libp11:

sudo make install

## Windows Build

Expand Down

0 comments on commit bb8b838

Please sign in to comment.