diff options
author | Samuel Lidén Borell <samuel@slbdata.se> | 2010-09-17 17:02:15 +0200 |
---|---|---|
committer | Samuel Lidén Borell <samuel@slbdata.se> | 2010-09-17 17:02:15 +0200 |
commit | 5a7fda340fe2ee1d4d89d36a2475bf52abf40f21 (patch) | |
tree | 82357f54787458d4ca3f18de1cc002858c8de40a /INSTALL | |
parent | 4f7c1d7fa2e986bd54a7dd7487ec2ecb8b3a7088 (diff) | |
download | fribid-5a7fda340fe2ee1d4d89d36a2475bf52abf40f21.tar.gz fribid-5a7fda340fe2ee1d4d89d36a2475bf52abf40f21.tar.bz2 fribid-5a7fda340fe2ee1d4d89d36a2475bf52abf40f21.zip |
Update the installation instructions
This patch updates the list of dependencies (OpenSSL instead of NSS)
and adds a short smartcard section with a reference to the wiki.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -2,16 +2,23 @@ To build FriBID you need the following software: * A C99 compiler (like gcc) - * A make-compatible program (like GNU make or BSD pmake) + * GNU Make * pkg-config * gettext * GTK 2.12 or later * GLib 2.8 or later - * NSS 3.10 or later - * NSPR 4 - * And development files (headers) for the four + * OpenSSL 0.9.8 + * And development files (headers) for the three libraries above. +If you want smartcard support, you also need: + + * libp11 + * A PKCS#11 module for your card (or OpenSC which supports many cards) + * Drivers for your card + See http://wiki.fribid.se/sidor/SmartCards (in Swedish) + + To build and install FriBID on a Unix-like system with sudo, use the following command: |