From 78a457e1ed590b85d2e84d5aa5bfcfa4eb3a84a1 Mon Sep 17 00:00:00 2001 From: gittiver Date: Fri, 16 Aug 2024 22:14:27 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c88c91a..d03b7a2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # sqlite3-amalgamation -contains sqlite3 sources and make file to build library and other sqlite3 components (sqlite3-shell...) +this repository contains a cmake based build of sqlite (and its tools) based on source download from sqlite.org + +## TOCO +- [ ] integrate build of sqldiff +- [ ] make cleaner build by splitting static and dynamic library build into separate builds (based on ideas of alex reinking)