Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 499 Bytes

sqlite-cmake

CMake build for SQLite amalgamation. It's basically all C and header files concatenated into one .c and .h files. The src/ folder contains this amalgamation as is not intended to be manually edited. Just download latest version and overwrite the files when you wish to update.

Building

To build with command line tools included:

mkdir target
cd target
cmake -DBUILD_CLI=ON .. && make

Links