From 66ac4287325e259e334e937e0c2d222b0f72fdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sun, 25 Aug 2013 19:25:56 +0200 Subject: [PATCH] Improving the Layout of the build status. + some more comments on building the wrapper as a Library --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d157096..2c1d56e 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ in a custom shared pointer (See the inner class "Statement::Ptr"). To use this wrappers, you need to add the 10 SQLiteC++ source files from the src/ directory in your project code base, and compile/link against the sqlite library. +You can also build the wrapper as a library; this is how CMake link the examples. + ### Building the examples: A basic Makefile is provided, tested under Linux/Ubuntu 12.10, requiring the sqlite3 static library (sqlite3-dev Debian/Ubuntu package) @@ -105,9 +107,11 @@ make test ### Continuous Integration +Current build status: ![SQLiteCpp build status](https://api.travis-ci.org/SRombauts/SQLiteCpp.png "SQLiteCpp build status") + This project is continuously tested under Ubuntu Linux with the gcc and clang compilers using the Travis CI community service with the above CMake building and testing procedure. -Current build status: ![SQLiteCpp build status](https://api.travis-ci.org/SRombauts/SQLiteCpp.png "SQLiteCpp build status") + Matrix of results can be seen online: https://travis-ci.org/SRombauts/SQLiteCpp ### License