diff options
author | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2006-10-14 18:53:50 +0000 |
---|---|---|
committer | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2006-10-14 18:53:50 +0000 |
commit | 6bc8adf40b86195e610f77eed99dc6cd3497936f (patch) | |
tree | 785b3d59fdd7b87897e2a3b6502f9dff74a8596d /README | |
parent | 36751e15b8ac7a0ed5809385645150ffaaf114d1 (diff) |
redesign autoconf/automake infrastructure to support
- building of CM5121 driver (and backends) optional
- building of librfid for in-firmware-use
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1906 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -41,6 +41,7 @@ everything. This reader is not yet supported. + 2.x Further Readers Support for more devices shouldn't be too difficult to add, provided the @@ -54,14 +55,19 @@ based on Philips CL RC622, RC531 and RC632, adding support should be very straightforward. If you want to contract me for implementing a driver backend, don't hesitate to contact me. -3. Installation -In order to run librfid, you need a reader transport backend that provides a -PC_to_RDR_Escape function. The current version of this library offers two backends +3. Building / Installing + +In the default configuration, librfid only includes the driver for the OpenPCD +dumbreader firmware. + +If you want support for Omnikey Cardman 5121/5321, you have to add +'--enable-reader-cm5x21' to the './configure' comannd, _and_ choose the backend +you want to use, either: 3.1 (new) native CCID backend -If you add the '--with-ccid' option to the './configure' command, then the new +If you add the '--enable-ccid' option to the './configure' command, then the new native CCID driver (courtesy of Werner Koch) will be linked into the library. This requires a working libusb with development headers. @@ -85,6 +91,10 @@ lower-layer transport interface, it doesn't actually provide a virtual reader interface to it, i.e. you can't use CT-API/OpenCT/PCSC API's to access RFID transponders. +In order to use this backend, you need to use the +'--with-openct=/path/to/openct' option. + + 4. Testing In the 'utils' directory, you will get a 'librfid-tool' binary. It is very |