From: Richard Levitte Date: Wed, 11 Mar 2009 10:46:25 +0000 (+0000) Subject: Add dependencies in README X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~180 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a488f39f86118adeca2c327e3f3238a11dbfa8a8;p=yubikey-personalization.old Add dependencies in README --- 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