Move docs to the proper place

This commit is contained in:
Victor Zverovich
2020-01-18 06:59:21 -08:00
parent 1bd4f54fa6
commit 06e437fd98
2 changed files with 16 additions and 17 deletions
+16
View File
@@ -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
<https://github.com/Microsoft/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 <https://github.com/Microsoft/vcpkg>`__ on the vcpkg repository.
Android NDK
===========