updated README

This commit is contained in:
Michele Caini
2019-08-21 15:27:29 +02:00
parent 90798c161b
commit 6d7fba3abf

View File

@@ -239,8 +239,15 @@ supports at least C++17.<br/>
The requirements below are mandatory to compile the tests and to extract the
documentation:
* CMake version 3.2 or later.
* Doxygen version 1.8 or later.
* `CMake` version 3.2 or later.
* `Doxygen` version 1.8 or later.
Alternatively, `Bazel` is also supported as a build system (credits to
[@zaucy](https://github.com/zaucy) who introduced what's required via
[#291](https://github.com/skypjack/entt/pull/291) and offered to maintain
it). Please refer to the pull request for more details.<br/>
In the documentation below I'll still refer to `CMake`, this being the official
build system of the library.
If you are looking for a C++14 version of `EnTT`, check out the git tag `cpp14`.