KRecipes – cooking recipes manager
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Ir para arquivo
Michele Calgaro 8fcc195154
Use centralized cmake version
1 mês atrás
admin@59a8bf7c09 Reset submodule main/applications/misc/krecipes/admin to latest HEAD 2 meses atrás
doc Replace Qt with TQt 2 meses atrás
krecipes Replace Qt with TQt 2 meses atrás
po Update translation files 2 meses atrás
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 anos atrás
AUTHORS Initial import of krecipes 1.0-beta2 11 anos atrás
CMakeL10n.txt Use centralized cmake version 1 mês atrás
COPYING Initial import of krecipes 1.0-beta2 11 anos atrás
ChangeLog Initial import of krecipes 1.0-beta2 11 anos atrás
INSTALL Initial import of krecipes 1.0-beta2 11 anos atrás
Makefile.am Initial import of krecipes 1.0-beta2 11 anos atrás
Makefile.am.in Initial import of krecipes 1.0-beta2 11 anos atrás
README Replace Qt with TQt 2 meses atrás
TODO Initial import of krecipes 1.0-beta2 11 anos atrás
VERSION Initial import of krecipes 1.0-beta2 11 anos atrás
acinclude.m4 Replace Qt with TQt 2 meses atrás
aclocal.m4 Initial import of krecipes 1.0-beta2 11 anos atrás
config.h.in Initial import of krecipes 1.0-beta2 11 anos atrás
configure.files Initial import of krecipes 1.0-beta2 11 anos atrás
configure.in Replace Qt with TQt 2 meses atrás
configure.in.in Initial import of krecipes 1.0-beta2 11 anos atrás
subdirs Initial import of krecipes 1.0-beta2 11 anos atrás

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