aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 43f06fb..17e44a1 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,13 @@ C++ binding for the SQLite library
Dependencies
------------
- - compile dependencies
+ - required dependencies
- CMake 3.0 (or later)
- - libgtest
- - runtime dependencies
- libsqlite3
+ - optional dependencies
+ - libgtest (for tests)
+ - Doxygen (for the documentation)
+ - Python (for linting)
Example
-------