diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ 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. +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 @@ -9,7 +9,7 @@ First of all, make sure you have at least one of the three necessary databases i tar -zxf krecipes-0.9.tar.gz - And compile (see ./configure --help for more compile options like '--prefix' and '--with-qt-dir') + And compile (see ./configure --help for more compile options like '--prefix' and '--with-tqt-dir') ./configure make |