KRecipes – cooking recipes manager
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
Go to file
Michele Calgaro 8fcc195154
Use centralized cmake version
2 veckor sedan
admin@59a8bf7c09 Reset submodule main/applications/misc/krecipes/admin to latest HEAD 1 månad sedan
doc Replace Qt with TQt 1 månad sedan
krecipes Replace Qt with TQt 1 månad sedan
po Update translation files 1 månad sedan
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 år sedan
AUTHORS Initial import of krecipes 1.0-beta2 11 år sedan
CMakeL10n.txt Use centralized cmake version 2 veckor sedan
COPYING Initial import of krecipes 1.0-beta2 11 år sedan
ChangeLog Initial import of krecipes 1.0-beta2 11 år sedan
INSTALL Initial import of krecipes 1.0-beta2 11 år sedan
Makefile.am Initial import of krecipes 1.0-beta2 11 år sedan
Makefile.am.in Initial import of krecipes 1.0-beta2 11 år sedan
README Replace Qt with TQt 1 månad sedan
TODO Initial import of krecipes 1.0-beta2 11 år sedan
VERSION Initial import of krecipes 1.0-beta2 11 år sedan
acinclude.m4 Replace Qt with TQt 1 månad sedan
aclocal.m4 Initial import of krecipes 1.0-beta2 11 år sedan
config.h.in Initial import of krecipes 1.0-beta2 11 år sedan
configure.files Initial import of krecipes 1.0-beta2 11 år sedan
configure.in Replace Qt with TQt 1 månad sedan
configure.in.in Initial import of krecipes 1.0-beta2 11 år sedan
subdirs Initial import of krecipes 1.0-beta2 11 år sedan

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