summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-15 14:01:00 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-15 14:01:20 +1100
commitcf62307bc9758105913dcb91b418e4968ac2244d (patch)
tree883611d602cf7bd54827fb798e18247d4d1b8c65 /INSTALL
parent69fbda1894349d1f420c842dfcbcc883239d1aa7 (diff)
Add libfido2 to INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c598fe511..46fc9e98a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -111,6 +111,15 @@ If you are making significant changes to the code you may need to rebuild
111the dependency (.depend) file using "make depend", which requires the 111the dependency (.depend) file using "make depend", which requires the
112"makedepend" tool from the X11 distribution. 112"makedepend" tool from the X11 distribution.
113 113
114libfido2:
115
116libfido2 allows the use of hardware security keys over USB. libfido2
117in turn depends on libcbor.
118
119https://github.com/Yubico/libfido2
120https://github.com/pjk/libcbor
121
122
1142. Building / Installation 1232. Building / Installation
115-------------------------- 124--------------------------
116 125