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
Michele Calgaro f4a17e2475
Rename KUniqueApplication to TDEUniqueApplication
2 days ago
admin@8511653246 Reset submodule main/applications/misc/krecipes/admin to latest HEAD 2 weeks ago
data CMake conversion 1 week ago
doc Adjust structure of 'doc' folder to prepare for cmake conversion 1 month ago
icons CMake conversion 1 week ago
layouts CMake conversion 1 week ago
pics CMake conversion 1 week ago
src Rename KUniqueApplication to TDEUniqueApplication 2 days ago
translations Update translation files 3 weeks ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 4 years ago
AUTHORS Initial import of krecipes 1.0-beta2 11 years ago
CMakeL10n.txt Fix path for translations template. 3 weeks ago
CMakeLists.txt CMake conversion 1 week ago
COPYING Initial import of krecipes 1.0-beta2 11 years ago
ChangeLog Initial import of krecipes 1.0-beta2 11 years ago
ConfigureChecks.cmake CMake conversion 1 week 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 Replace Qt with TQt 9 months 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 Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY 4 months ago
aclocal.m4 Initial import of krecipes 1.0-beta2 11 years ago
config.h.cmake CMake conversion 1 week ago
config.h.in Remove check for obsolete sqlite support. Check only for aqlite3 1 month ago
configure.files Rearrange folders structure to remove unnecessary 'krecipes' second level subfolder 1 month ago
configure.in Remove check for obsolete sqlite support. Check only for aqlite3 1 month ago
configure.in.in Initial import of krecipes 1.0-beta2 11 years ago
subdirs Copy translations to new folder 1 month 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