mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Added supported plaforms list
This commit is contained in:
parent
ede851eb3e
commit
a5cb3267eb
11
README.md
11
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user