mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Move docs to the proper place
This commit is contained in:
parent
1bd4f54fa6
commit
06e437fd98
17
README.rst
17
README.rst
@ -236,23 +236,6 @@ Folly Format 79.9 445 430
|
|||||||
compare formatting function overhead only. Boost Format is a
|
compare formatting function overhead only. Boost Format is a
|
||||||
header-only library so it doesn't provide any linkage options.
|
header-only library so it doesn't provide any linkage options.
|
||||||
|
|
||||||
|
|
||||||
Quick build
|
|
||||||
~~~~~~~~~~~
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
Running the tests
|
Running the tests
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -114,6 +114,22 @@ fmt can be installed on Linux, macOS and Windows with
|
|||||||
|
|
||||||
conda install -c conda-forge fmt
|
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
|
Android NDK
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user