Main  /  Edit version 1  /  Edit version 2  /   /  Users Area

Difference "Installation of DbiXX" ver. 1 versus ver. 2

Content:

## Requirements
You need to have [`libdbi`](http://libdbi.sourceforge.net/)
library version 8.0 and above installed. You also need one of its drivers: [`libdbi-drivers`](http://libdbi-drivers.sourceforge.net/).
You also need reasonable C++ compiler supported by autotools, for example gcc.
You can find list of packages for Debian and Ubuntu [there](/wikipp/en/page/install_debain_deps).
## 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

Sidebar:

## Related
- [Tutorial](/wikipp/en/page/tut_into_dbixx)
- [Full DbiXX Reference](/wikipp/en/page/ref_dbixx)
- [Packages for Debian and Ubuntu](/wikipp/en/page/install_debain_deps)
## External
- [LibDBI Documentation](http://libdbi.sourceforge.net/docs.html)
- [LibDBI Drivers Reference](http://libdbi-drivers.sourceforge.net/docs.html)

About

CppCMS is a web development framework for performance demanding applications.

Support This Project

SourceForge.net Logo

Поддержать проект

CppCMS needs You


Navigation

Main Page


Valid CSS | Valid XHTML 1.0