Skip to content
Adrian edited this page Mar 8, 2015 · 1 revision

You can also check the instructions to build a FireBreath plugin in Linux but the steps below have worked for the distributions we've tried.

Ubuntu 14.10

sudo apt-get install libpcsclite1 pcscd libpcsclite-dev cmake git
git clone https://github.com/firebreath/FireBreath.git
cd FireBreath
mkdir projects
cd projects
git clone https://github.com/cardid/WebCard.git
cd ..
./prepmake.sh
cd build
make
Clone this wiki locally