Skip to content

Commit

Permalink
Improved build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Louis Palant authored Aug 1, 2019
1 parent 031b436 commit d7f2c89
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,21 @@ The virtual smart card, emulated with [libcacard](https://gitlab.freedesktop.org
OpenSC tests: [![virt_cacard](https://gitlab.com/PL4typus/OpenSC/badges/virt_cacard/pipeline.svg)](https://gitlab.com/PL4typus/OpenSC/pipelines)

---
## How to build
## How to build virt_cacard

At the time of writing, I recommend building from OpenSC as it is the most up to date and tested version.

### How to build from OpenSC (*integration* branch only)

./bootstrap
./configure --enable-virt_cacard
make -j4 && make check

---
### Standalone build (*current* branch only)

./autogen.sh
./configure
make


0 comments on commit d7f2c89

Please sign in to comment.