From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- README.adoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.adoc') 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. ==== Releases -The current release of *libfido2* is 1.3.1. Please consult Yubico's +The current release of *libfido2* is 1.4.0. Please consult Yubico's https://developers.yubico.com/libfido2/Releases[release page] for source and binary releases. ==== Ubuntu + $ sudo apt install software-properties-common $ sudo apt-add-repository ppa:yubico/stable $ sudo apt update $ sudo apt install libfido2-dev +==== MacOS + + $ brew install libfido2 + Or from source, on UNIX-like systems: $ (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 be set. *libfido2* depends on https://github.com/pjk/libcbor[libcbor] and -https://github.com/libressl-portable/portable[LibreSSL] (alternatively, -https://www.openssl.org[OpenSSL] may be used). On Linux, libudev (part of +https://www.openssl.org[OpenSSL]. On Linux, libudev (part of https://www.freedesktop.org/wiki/Software/systemd[systemd]) is also required. For complete, OS-specific installation instructions, please refer to the -- cgit v1.2.3