Installation of DbiXX
Requirements
You need to have libdbi
library version 8.0 and above installed. You also need one of its drivers: libdbi-drivers
.
You also need reasonable C++ compiler supported by autotools, for example gcc.
You can find list of packages for Debian and Ubuntu there.
Normal Build
- Download
dbixx-X.Y.Z.tar.gz
source. - Extract it:
tar -xvzf dbixx-X.Y.Z.tar.gz
- Go to created directory:
cd dbixx-X.Y.Z
Run:
./configure make
Then run as administrator:
make install
Build from SVN
First checkout trunk version of dbixx:
svn co https://cppcms.svn.sourceforge.net/svnroot/cppcms/dbixx/trunk dbixx
Go to
dbixx
directory and run:./autogen.sh ./configure make
And finally, as administrator
make install