mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Update instructions for running tests.
This commit is contained in:
parent
da2a35de79
commit
23dd27873d
@ -296,9 +296,13 @@ the largest overheads.
|
|||||||
Running the tests
|
Running the tests
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
To run the tests you first need to get the format repository with submodules::
|
To run the tests you first need to get the source code by cloning the
|
||||||
|
repository::
|
||||||
|
|
||||||
$ git clone --recursive git://github.com/cppformat/format.git
|
$ git clone git://github.com/cppformat/cppformat.git
|
||||||
|
|
||||||
|
or downloading a package from
|
||||||
|
`Releases <https://github.com/cppformat/cppformat/releases>`__.
|
||||||
|
|
||||||
Then go to the format directory and generate Makefiles with
|
Then go to the format directory and generate Makefiles with
|
||||||
`CMake <http://www.cmake.org/>`__::
|
`CMake <http://www.cmake.org/>`__::
|
||||||
|
Loading…
Reference in New Issue
Block a user