summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b3308726b..5693dbc1c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -46,7 +46,7 @@ compatible.
- [GNU C and C++ (gcc and g++)](https://gcc.gnu.org)
or [Clang](https://clang.llvm.org) (reasonably recent versions)
-- [CMake >= 3.1](https://cmake.org)
+- [CMake >= 3.9](https://cmake.org)
- [GNU Bash](https://www.gnu.org/software/bash/)
- [Python >= 2.7](https://www.python.org)
+ module [toml](https://pypi.org/project/toml/)
@@ -195,6 +195,12 @@ provided with CVC4.
See [Testing CVC4](#Testing-CVC4) below for more details.
+### Google Test Unit Testing Framework (Unit Tests)
+
+[Google Test](https://github.com/google/googletest) is required to optionally
+run CVC4's unit tests (included with the distribution).
+See [Testing CVC4](#Testing-CVC4) below for more details.
+
## Language bindings
CVC4 provides a complete and flexible C++ API (see `examples/api` for
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback