From 7612c1ea8769bb9eb9eb9eca1d9d034a6754a494 Mon Sep 17 00:00:00 2001 From: francesco-st <68635116+francesco-st@users.noreply.github.com> Date: Mon, 5 Oct 2020 14:36:33 +0200 Subject: [PATCH] Add reference to lhelper package manager in usage --- doc/usage.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/usage.rst b/doc/usage.rst index 8c260c27..aa0661f8 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -173,6 +173,16 @@ The fmt port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please `create an issue or pull request `__ on the vcpkg repository. +LHelper +======= + +You can download and install fmt using `lhelper `__ dependency manager:: + + lhelper activate + lhelper install fmt + +All the recipes for lhelper are kept in the `lhelper's recipe `__ repository. + Android NDK ===========