Make sure you have pcsc-lite and gtk2 and and their development libraries installed after that it's just:
./configure make sudo make install
You should now have beid libraries in /usr/local/lib and one beid executable in /usr/local/bin
At runtime, you will need a running pcsc daemon ("pcscd") with the correct driver for your type of card reader (ccid drivers are generally installed automatically along with the pcscd package)
Make sure you have the Qt and pcsc-lite frameworks installed
/Library/Frameworks/{QtCore,QtGui,PCSC}.Framework
(TODO: complete these instructions)
c) MS Windows: TODO: Write README chapter
Pin dialogs can be disabled eg for applications that have their own dialogs:
./configure --enable-dialogs=no # the default is yes
To use the Belgian eID in Firefox, we recommend the Firefox extension to handle configuration automatically. The extension will be installed on Linux and OSX. The default install locations:
To change the install location:
./configure --with-mozext=/mozilla/firefox/extensions/directory
To create an XPI package, run:
make xpipackage