From 06e437fd98575bc31bf812ef349c8e0531f644d7 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 18 Jan 2020 06:59:21 -0800 Subject: [PATCH] Move docs to the proper place --- README.rst | 17 ----------------- doc/usage.rst | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index 19ea3a1c..34427826 100644 --- a/README.rst +++ b/README.rst @@ -236,23 +236,6 @@ Folly Format 79.9 445 430 compare formatting function overhead only. Boost Format is a header-only library so it doesn't provide any linkage options. - -Quick build -~~~~~~~~~~~ - -You can download and install fmt using the `vcpkg `_ dependency manager:: - - $ git clone https://github.com/Microsoft/vcpkg.git - $ cd vcpkg - $ ./bootstrap-vcpkg.sh - $ ./vcpkg integrate install - $ ./vcpkg install fmt - -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. - Running the tests ~~~~~~~~~~~~~~~~~ diff --git a/doc/usage.rst b/doc/usage.rst index dacb4f03..d42719e0 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -114,6 +114,22 @@ fmt can be installed on Linux, macOS and Windows with conda install -c conda-forge fmt +Vcpkg +===== + +You can download and install fmt using the `vcpkg +`__ dependency manager:: + + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + ./vcpkg install fmt + +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. + Android NDK ===========