1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-31 16:52:19 +01:00

Add mentioning of recursive dependency on libyubikey.

This commit is contained in:
Fredrik Thulin 2011-04-13 23:17:27 +02:00
parent 60824becdc
commit 9fd4b0295f

6
README
View File

@ -63,13 +63,17 @@ ykclient library from:
http://code.google.com/p/yubico-c-client/
It in turn requires Curl, which you need to have installed.
It in turn requires Curl, which you need to have installed, and
libyubikey. Get libyubikey from
http://code.google.com/p/yubico-c/
The new Challenge-Response offline authentication requires libykpers-1
from the yubikey-personalization project :
http://code.google.com/p/yubikey-personalization/
The build system uses Autoconf, to set up the build system run:
------