summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc
index ce8ac1e..f389a83 100644
--- a/README.adoc
+++ b/README.adoc
@@ -31,16 +31,21 @@ is also available.
31 31
32==== Releases 32==== Releases
33 33
34The current release of *libfido2* is 1.3.1. Please consult Yubico's 34The current release of *libfido2* is 1.4.0. Please consult Yubico's
35https://developers.yubico.com/libfido2/Releases[release page] for source 35https://developers.yubico.com/libfido2/Releases[release page] for source
36and binary releases. 36and binary releases.
37 37
38==== Ubuntu 38==== Ubuntu
39 39
40 $ sudo apt install software-properties-common
40 $ sudo apt-add-repository ppa:yubico/stable 41 $ sudo apt-add-repository ppa:yubico/stable
41 $ sudo apt update 42 $ sudo apt update
42 $ sudo apt install libfido2-dev 43 $ sudo apt install libfido2-dev
43 44
45==== MacOS
46
47 $ brew install libfido2
48
44Or from source, on UNIX-like systems: 49Or from source, on UNIX-like systems:
45 50
46 $ (rm -rf build && mkdir build && cd build && cmake ..) 51 $ (rm -rf build && mkdir build && cd build && cmake ..)
@@ -51,8 +56,7 @@ Depending on the platform, the PKG_CONFIG_PATH environment variable may need to
51be set. 56be set.
52 57
53*libfido2* depends on https://github.com/pjk/libcbor[libcbor] and 58*libfido2* depends on https://github.com/pjk/libcbor[libcbor] and
54https://github.com/libressl-portable/portable[LibreSSL] (alternatively, 59https://www.openssl.org[OpenSSL]. On Linux, libudev (part of
55https://www.openssl.org[OpenSSL] may be used). On Linux, libudev (part of
56https://www.freedesktop.org/wiki/Software/systemd[systemd]) is also required. 60https://www.freedesktop.org/wiki/Software/systemd[systemd]) is also required.
57 61
58For complete, OS-specific installation instructions, please refer to the 62For complete, OS-specific installation instructions, please refer to the