From: levitte Date: Wed, 11 Mar 2009 10:46:25 +0000 (+0000) Subject: Add dependencies in README X-Git-Tag: yubikey-personalisation_0.97-1~115 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b138e2574d7acfaa8341446916736037982ddd26;p=yubikey-personalization Add dependencies in README git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@48 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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