Added usage notes

This commit is contained in:
Dragos Carp 2013-10-16 18:16:13 +02:00
parent c8c3c302e4
commit 39dd9c0378

View file

@ -12,3 +12,8 @@ Usage
```
cmake -DCMAKE_MODULE_PATH:PATH=<cmake-d-dir>/cmake-d <path-to-source>
```
*Note:*
- use absolute path for CMAKE_MODULE_PATH
- Because cmake internally uses relative paths, on Windows, \<cmake-d-dir\> and cmake installation need to be installed on the same drive.