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.
TDE Gitea
7724a11222
|
3 years ago | |
---|---|---|
admin@a9e0c7eb50 | 3 years ago | |
doc | 4 years ago | |
krecipes | 3 years ago | |
po | 3 years ago | |
.gitmodules | 3 years ago | |
AUTHORS | 11 years ago | |
CMakeL10n.txt | 3 years ago | |
COPYING | 11 years ago | |
ChangeLog | 11 years ago | |
INSTALL | 11 years ago | |
Makefile.am | 11 years ago | |
Makefile.am.in | 11 years ago | |
README | 11 years ago | |
TODO | 11 years ago | |
VERSION | 11 years ago | |
acinclude.m4 | 11 years ago | |
aclocal.m4 | 11 years ago | |
config.h.in | 11 years ago | |
configure.files | 11 years ago | |
configure.in | 10 years ago | |
configure.in.in | 11 years ago | |
stamp-h.in | 11 years ago | |
subdirs | 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