KRecipes – cooking recipes manager
You can not 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 03790a3a4c
Update translation files
4 years ago
admin@68f23556e6 Reset submodule main/applications/krecipes/admin to latest HEAD 5 years ago
cmake@f6f7bfc007 Reset submodule main/applications/krecipes/cmake to latest HEAD 4 years ago
doc qt -> tqt conversion: 6 years ago
krecipes Removed .lsm files. lsm database is outdated and unmaintained. 5 years ago
po Update translation files 4 years ago
.gitmodules Switch all submodules to https. 4 years ago
AUTHORS Initial import of krecipes 1.0-beta2 11 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
COPYING Initial import of krecipes 1.0-beta2 11 years ago
ChangeLog Initial import of krecipes 1.0-beta2 11 years ago
INSTALL Initial import of krecipes 1.0-beta2 11 years ago
Makefile.am Initial import of krecipes 1.0-beta2 11 years ago
Makefile.am.in Initial import of krecipes 1.0-beta2 11 years ago
README Branding cleanup. 10 years ago
TODO Initial import of krecipes 1.0-beta2 11 years ago
VERSION Initial import of krecipes 1.0-beta2 11 years ago
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
aclocal.m4 Initial import of krecipes 1.0-beta2 11 years ago
config.h.in Initial import of krecipes 1.0-beta2 11 years ago
configure.files Initial import of krecipes 1.0-beta2 11 years ago
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.in.in Initial import of krecipes 1.0-beta2 11 years ago
stamp-h.in Initial import of krecipes 1.0-beta2 11 years ago
subdirs Initial import of krecipes 1.0-beta2 11 years 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 Qt'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-qt-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