aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfrancesco-st <68635116+francesco-st@users.noreply.github.com>2020-10-05 14:36:33 +0200
committerVictor Zverovich <victor.zverovich@gmail.com>2020-10-06 06:26:11 -0700
commit7612c1ea8769bb9eb9eb9eca1d9d034a6754a494 (patch)
treede274dbfad42ab4c3c83a1718e3c2a2a688b8894 /doc
parentb91d39f20bd4c495f7f097a2e6bb78441aebf86c (diff)
downloadfmtlib-7612c1ea8769bb9eb9eb9eca1d9d034a6754a494.tar.gz
Add reference to lhelper package manager in usage
Diffstat (limited to 'doc')
-rw-r--r--doc/usage.rst10
1 files changed, 10 insertions, 0 deletions
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 <https://github.com/Microsoft/vcpkg>`__ on the vcpkg repository.
+LHelper
+=======
+
+You can download and install fmt using `lhelper <https://github.com/franko/lhelper>`__ dependency manager::
+
+ lhelper activate <some-environment>
+ lhelper install fmt
+
+All the recipes for lhelper are kept in the `lhelper's recipe <https://github.com/franko/lhelper-recipes>`__ repository.
+
Android NDK
===========