KRecipes – cooking recipes manager
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
TDE Weblate 837cc197ad Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
11 hours ago
data Add desktop files translations. 23 hours ago
doc Drop support for automake builds 2 days ago
icons Drop support for automake builds 2 days ago
layouts Drop support for automake builds 2 days ago
pics Drop support for automake builds 2 days ago
src Add desktop files translations. 23 hours ago
translations Update translation files 11 hours ago
AUTHORS Initial import of krecipes 1.0-beta2 12 years ago
CMakeL10n.txt Add desktop files translations. 23 hours ago
CMakeLists.txt CMake conversion 6 months ago
COPYING Initial import of krecipes 1.0-beta2 12 years ago
ChangeLog Initial import of krecipes 1.0-beta2 12 years ago
ConfigureChecks.cmake CMake conversion 6 months ago
INSTALL Initial import of krecipes 1.0-beta2 12 years ago
README Replace Qt with TQt 1 year ago
TODO Use tdeApp 4 months ago
VERSION Initial import of krecipes 1.0-beta2 12 years ago
config.h.cmake CMake conversion 6 months ago

README

Krecipes is a Recipe Book for TDE.


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 TQt's MySQL or PostgreSQL plugin properly installed. The program won't work without database support.
 
**  Building The Latest (0.9) Release
 
 Just untar the package first:
 
 tar -zxf krecipes-0.9.tar.gz
 
 And compile (see ./configure --help for more compile options like '--prefix' and '--with-tqt-dir')
 
 ./configure
 make
 make install
 
 
** Downloading And Compiling Through Subversion
 
Please notice that this application is beta, meaning everything is expected to work, but the possibility is there that some things might not.  Note that the more our users tells us about bugs, the faster we can find them and fix them.


 
 To download the package, do:
 
svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/utils krecipes-svn
cd krecipes-svn
svn up
svn up krecipes

For documentation (optional):
  svn up -N doc
  svn up doc/krecipes