From 6bc8adf40b86195e610f77eed99dc6cd3497936f Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 14 Oct 2006 18:53:50 +0000 Subject: 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 --- README | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index b15ef9e..c495d11 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3