updated README (close #191)

This commit is contained in:
Michele Caini
2019-02-27 15:07:57 +01:00
parent 9d65b44ab7
commit 51ba46970e

View File

@@ -281,12 +281,12 @@ to the project where users can find all related documentation pages.
To compile and run the tests, `EnTT` requires *googletest*.<br/>
`cmake` will download and compile the library before compiling anything else.
In order to build without tests set CMake option `BUILD_TESTING=OFF`.
In order to build the tests, set the CMake option `BUILD_TESTING` to `ON`.
To build the most basic set of tests:
* `$ cd build`
* `$ cmake ..`
* `$ cmake -DBUILD_TESTING=ON ..`
* `$ make`
* `$ make test`