[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sqlite akonadi transaction mode fix



Hey,

 DATABASE_BACKEND                 MYSQL

IMO you do not set the Database on your own. if libsqlite is available the 
backend is build. The only difference if, the missing of sqlite or mysql is 
ending up in a error or only a warning about the missing dependency.

The only option that should be set in the cmake step is where to install 
akonadi.

So the easiest would be something like that:

apt-get build-dep akonadi
and than like martin 
git clone  git://anongit.kde.org/akonadi
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=<PATHTOINSTALL> <PATHTOGITCLONE>
- make

okay two very usefull vaiables for the cmake for testing purpose are:
-DCMAKE_BUILD_TYPE:STRING=debug -DKDE4_BUILD_TESTS=true

Regads,

sandro


Reply to: