Downloading Krecipes
First of all, make sure you have at least one of the three necessary databases installed: SQLite, MySQL or PostgreSQL. In case you decide to use MySQL or PostgreSQL, make sure also that you have Qt's MySQL or PostgreSQL plugin properly installed. The program won't work without database support.
Note: the latest requirements for using Krecipes can be found in the Krecipes Handbook [da] [pt] [et]. [es].
Downloading The Latest (1.0-beta2) ReleaseYou can download the latest release or see other releases in the project page You can see main changes in this version in the ChangeLog page.
Building The Latest ReleaseJust untar the package first:
tar -zxf krecipes-[VERSION_NUMBER].tar.gz And compile (see ./configure --help for more compile options like '--prefix' and '--with-qt-dir') ./configure make make install
Downloading And Compiling The Unstable Version Through Subversion
The current development version is being ported to KDE 4.
The project is being developed under the module extragear/utils in KDE's servers.
Please notice that this application is not released yet for a reason, meaning that some things might not work as expected. Note that the more our users tells us about bugs, the faster we can find them and fix them.
export SVNROOT=svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/ svn co $SVNROOT/krecipes krecipes-svn
For documentation (optional, currently outdated):
cd krecipes-svn svn co -N $SVNROOT/doc svn up doc/krecipes
To build and install it (in the default prefix, usually /usr/local/):
cd krecipes-svn cmake . make make install
To build and install it into other prefix:
cd krecipes-svn mkdir build cd build mkdir install cmake .. -DCMAKE_INSTALL_PREFIX=./install make make install
To uninstall it:
make uninstall






