mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Update docs
This commit is contained in:
parent
0700612249
commit
bf6529f2ce
@ -2,9 +2,10 @@
|
|||||||
Usage
|
Usage
|
||||||
*****
|
*****
|
||||||
|
|
||||||
To use the fmt library, add :file:`format.h` and :file:`format.cc` from
|
To use the {fmt} library, add :file:`fmt/core.h`, :file:`fmt/format.h`,
|
||||||
a `release archive <https://github.com/fmtlib/fmt/releases/latest>`_
|
:file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers
|
||||||
or the `Git repository <https://github.com/fmtlib/fmt>`_ to your project.
|
from a `release archive <https://github.com/fmtlib/fmt/releases/latest>`_ or
|
||||||
|
the `Git repository <https://github.com/fmtlib/fmt>`_ to your project.
|
||||||
Alternatively, you can :ref:`build the library with CMake <building>`.
|
Alternatively, you can :ref:`build the library with CMake <building>`.
|
||||||
|
|
||||||
If you are using Visual C++ with precompiled headers, you might need to add
|
If you are using Visual C++ with precompiled headers, you might need to add
|
||||||
|
Loading…
Reference in New Issue
Block a user