diff options
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -111,6 +111,15 @@ If you are making significant changes to the code you may need to rebuild | |||
111 | the dependency (.depend) file using "make depend", which requires the | 111 | the 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 | ||
114 | libfido2: | ||
115 | |||
116 | libfido2 allows the use of hardware security keys over USB. libfido2 | ||
117 | in turn depends on libcbor. | ||
118 | |||
119 | https://github.com/Yubico/libfido2 | ||
120 | https://github.com/pjk/libcbor | ||
121 | |||
122 | |||
114 | 2. Building / Installation | 123 | 2. Building / Installation |
115 | -------------------------- | 124 | -------------------------- |
116 | 125 | ||