From 4ee2edc2bca24d10cf67dd4c9df2b2454e3d7188 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 24 May 2017 17:22:57 +0200 Subject: [PATCH] updated doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f2b60af..88bd119f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The requirements below are mandatory to compile the tests and to extract the doc * CMake version 3.4 or later * Doxygen version 1.8 or later -Note that `libuv` is part of the dependencies of the project and it will be cloned by executing the script `deps.sh` (see below for further details).
+Note that `libuv` is part of the dependencies of the project and it will be cloned by `cmake` (see below for further details).
Because of that, users have not to install it to compile and execute the tests. ## Library @@ -239,9 +239,9 @@ The API reference is the recommended documentation for further details about res ## Tests To compile and run the tests, `uvw` requires *libuv* and *googletest*.
-Run the script `deps.sh` to download them. It is good practice to do it every time one pull the project. +`cmake` will download and compile both the libraries before to compile anything else. -Then, to build the tests: +To build the tests: * `$ cd build` * `$ cmake ..`