From a488f39f86118adeca2c327e3f3238a11dbfa8a8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Mar 2009 10:46:25 +0000 Subject: [PATCH] Add dependencies in README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README b/README index 4b5f371..ccc15c8 100644 --- a/README +++ b/README @@ -1,3 +1,26 @@ +=Dependencies= + +This package depends on another yubikey package called yubikey-core. + +The current best way to get a working yubikey-core is to fetch it as +follows: + + svn checkout http://yubikey-core.googlecode.com/svn/trunk/ yubikey-core + +You can do that in a completely separate directory as well as directly +in the directory where you found this file. If you do the former, +just make sure there's a soft link here with the name yubikey-core, as +follows: + + ln -s /PATH/TO/yubikey-core yubikey-core + +Also, yubikey-core depends on the development files for libusb, so you +will have to get those as well. Getting and installing them depends +on your operating systems, here are example for a few flavors: + + (Debian) apt-get install libusb-dev + (Fedora) yum install libusb-devel + =Build instructions= autoreconf -fvi -- 2.39.5