aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2017-03-23 23:39:50 +0100
committerRobin Krahl <me@robin-krahl.de>2017-03-23 23:39:50 +0100
commitcbe3dc9f40aaab8a2ff641ce824766b41d1d407c (patch)
treeeb17bcf5f21f82ea3493c3d9ca2f1041eda2eac2 /README.md
parent400bdee335656eb873d6cd60f9cbc1be76a2810a (diff)
downloadsqlitepp-cbe3dc9f40aaab8a2ff641ce824766b41d1d407c.tar.gz
sqlitepp-cbe3dc9f40aaab8a2ff641ce824766b41d1d407c.tar.bz2
Move from CMake to a plain Makefile
The Makefile contains the rules to build both the library and the test binary, and to create the HTML and LaTeX documentation. Settings like library paths and compiler options are set in config.mk.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17e44a1..d45d7d7 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ Dependencies
------------
- required dependencies
- - CMake 3.0 (or later)
- libsqlite3
- optional dependencies
- libgtest (for tests)