From cbe3dc9f40aaab8a2ff641ce824766b41d1d407c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 23 Mar 2017 23:39:50 +0100 Subject: 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. --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.1