Skip to content

Commit acdf163

Browse files
Describe googletest dependency
1 parent e3917a2 commit acdf163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ The current code runs on Windows, Linux and Mac. To generate projects for Visual
2121
Makefiles use the scripts in the folder [cmake](cmake).
2222

2323
### Dependencies
24+
* All platforms: [googletest](https://github.com/google/googletest)
25+
* included as a submodule in [UnitTests](UnitTests). Initialize it by running
26+
`git submodule update --init`
2427
* Unix: [uuid](https://linux.die.net/man/3/uuid)
2528
* Linux (Ubuntu/Debian): sudo at-get install uuid-dev
2629
* MAC: brew install ossp-uuid

0 commit comments

Comments
 (0)