From bf6529f2ce688c3a19e42c790f0a0bd36f2a95b4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 30 Jan 2019 06:07:59 -0800 Subject: [PATCH] Update docs --- doc/usage.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index 29b2cbc6..ca925162 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -2,9 +2,10 @@ Usage ***** -To use the fmt library, add :file:`format.h` and :file:`format.cc` from -a `release archive `_ -or the `Git repository `_ to your project. +To use the {fmt} library, add :file:`fmt/core.h`, :file:`fmt/format.h`, +:file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers +from a `release archive `_ or +the `Git repository `_ to your project. Alternatively, you can :ref:`build the library with CMake `. If you are using Visual C++ with precompiled headers, you might need to add