Skip to content

Commit

Permalink
Merge branch 'integration' of https://github.com/PL4typus/virt_cacard
Browse files Browse the repository at this point in the history
…into integration
Pierre-Louis Palant committed Aug 1, 2019
2 parents 3b3a37f + d7f2c89 commit afde3b1
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
@@ -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 afde3b1

Please sign in to comment.