Skip to content

Fadis/SQLitepp_CMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the CMake version of SQLite++ modified by Naomasa Matsubayashi.
Original SQLite++ written by Pavel Medevdev uses bjam to build.
Sadly, original jamfile didn't work on MacOSX ( it requires GNU ld specific option ).
Since Boost.Build jamfile is too complex and difficult to customize at least for me,
I made it to build using CMake.

Requirements
SQLite3 ( http://www.sqlite.org/ )

Installation
$ git clone git://github.com/Fadis/SQLitepp_CMake.git
$ mkdir build
$ cd build
$ cmake ../SQLitepp_CMake -DCMAKE_INSTALL_PREFIX=<prefix>
$ make
$ make insetll

You can find original version of SQLite here.
http://sqlitepp.berlios.de/

--------------------------------------------------------------------------------
                                Original README
--------------------------------------------------------------------------------
SQLite++ - C++ wrapper to SQLite library.

(c) 2005, 2006 Pavel Medevdev

What's inside:

  - Readme          - This file.
  - LICENSE_1_0.txt - License terms.
  - Todo            - Future plans.
  - Jamroot         - Boost.Build v2 script.
  - doc             - Documentation.
  - etc             - Additional stuff.
  - sqlite          - SQLite sources.
  - sqlitepp        - Library sources.
  - test            - Library tests.
 
Library approaches with binding variables to SQL queries was inspired by 
Maciej Sobczak' SOCI wrapper (http://www.msobczak.com/prog/soci/).

There are build and install instructions in the doc dir.

Comments and suggestions are welcome.

    Pavel Medvedev <pmedvedev@gmail.com>


About

This is the CMake version of SQLite++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages