From 400bdee335656eb873d6cd60f9cbc1be76a2810a Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 25 Jul 2015 19:01:11 +0200 Subject: Update README. --- README.md | 8 +++++--- 1 file 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 ------- -- cgit v1.2.1