From a5cb3267eb1d63552675278f3ddd38ff9354a67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 6 Nov 2012 19:14:51 +0100 Subject: [PATCH] Added supported plaforms list --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f12881a..96eb0ec 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ and throw exceptions in case of SQLite errors. Each SQLiteC++ object must be constructed with a valid SQLite database connection, and then is always valid until destroyed. +### Suported platforms: + +Developements and tests are done under the following OSs : +- Debian 7 (testing) +- Ubuntu 12.04 +- Windows XP/7/8 +And following IDEs/Compilers +- GCC 4.7.x with a provided Makefile +- Eclipse CDT under Linux, using directly GCC +- Visual Studio Expres 2008/2010/2012 for testing compatibility purpose + ### Depandancies: - a STL implementation (even an old one like VC6/eVC4 should work)