forked from fmtlib/fmt
Update instructions for running tests.
This commit is contained in:
@ -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/>`__::
|
||||||
|
Reference in New Issue
Block a user