KRecipes – cooking recipes manager
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Iet uz failu
Michele Calgaro 8fcc195154
Use centralized cmake version
pirms 2 nedēļām
admin@59a8bf7c09 Reset submodule main/applications/misc/krecipes/admin to latest HEAD pirms 1 mēnesi
doc Replace Qt with TQt pirms 1 mēnesi
krecipes Replace Qt with TQt pirms 1 mēnesi
po Update translation files pirms 1 mēnesi
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. pirms 3 gadiem
AUTHORS Initial import of krecipes 1.0-beta2 pirms 11 gadiem
CMakeL10n.txt Use centralized cmake version pirms 2 nedēļām
COPYING Initial import of krecipes 1.0-beta2 pirms 11 gadiem
ChangeLog Initial import of krecipes 1.0-beta2 pirms 11 gadiem
INSTALL Initial import of krecipes 1.0-beta2 pirms 11 gadiem
Makefile.am Initial import of krecipes 1.0-beta2 pirms 11 gadiem
Makefile.am.in Initial import of krecipes 1.0-beta2 pirms 11 gadiem
README Replace Qt with TQt pirms 1 mēnesi
TODO Initial import of krecipes 1.0-beta2 pirms 11 gadiem
VERSION Initial import of krecipes 1.0-beta2 pirms 11 gadiem
acinclude.m4 Replace Qt with TQt pirms 1 mēnesi
aclocal.m4 Initial import of krecipes 1.0-beta2 pirms 11 gadiem
config.h.in Initial import of krecipes 1.0-beta2 pirms 11 gadiem
configure.files Initial import of krecipes 1.0-beta2 pirms 11 gadiem
configure.in Replace Qt with TQt pirms 1 mēnesi
configure.in.in Initial import of krecipes 1.0-beta2 pirms 11 gadiem
subdirs Initial import of krecipes 1.0-beta2 pirms 11 gadiem

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