Update README with more accurate CMake info

This commit is contained in:
Howard Hinnant 2018-10-23 11:12:05 -04:00
parent 1eed461d06
commit 54e8516af2

View File

@ -42,7 +42,7 @@ Slightly modified versions of `"date.h"` and `"tz.h"` were voted into the C++20
## Build & Test ## Build & Test
You will need [CMake](https://cmake.org/) and a recent C++ compiler. Here follows a guide of how to build and test using the CMake Makefile generator. You can optionally build using [CMake](https://cmake.org/). Here is a guide of how to build and test using the CMake Makefile generator.
```bash ```bash
mkdir build mkdir build