]> err.no Git - yubikey-personalization.old/commitdiff
Add dependencies in README
authorRichard Levitte <levitte@lp.se>
Wed, 11 Mar 2009 10:46:25 +0000 (10:46 +0000)
committerRichard Levitte <levitte@lp.se>
Wed, 11 Mar 2009 10:46:25 +0000 (10:46 +0000)
README

diff --git a/README b/README
index 4b5f37120ffe84396ccd1b2954d381c11ea12409..ccc15c8fe6d7fd84f2643231bfdc1850babc70f2 100644 (file)
--- 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