aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2015-07-25 19:01:11 +0200
committerRobin Krahl <me@robin-krahl.de>2015-07-25 19:01:11 +0200
commit400bdee335656eb873d6cd60f9cbc1be76a2810a (patch)
tree27dc78def41be71b1fecd32126e2ab2ebdb3b18e /README.md
parenta96e76f8e387185b347463ea59505c737e4d67e6 (diff)
downloadsqlitepp-400bdee335656eb873d6cd60f9cbc1be76a2810a.tar.gz
sqlitepp-400bdee335656eb873d6cd60f9cbc1be76a2810a.tar.bz2
Update README.
Diffstat (limited to 'README.md')
-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
-------