blob: e2f7c982d2ff4dfe9dbab46457d61963fa19b742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
/*! \mainpage Muggle: Usage with SQLite
This is a plugin for the Video Disk Recorder (VDR).
Written by: Andi Kellner,
Lars von Wedel <vonwedel@web.de>,
Ralf Klueber <r@lf-klueber.de>,
Wolfgang Rohdewald <wolfgang@rohdewald.de>
Project's homepage: http://sourceforge.net/projects/vdr-muggle
Latest version available at: http://sourceforge.net/projects/vdr-muggle
See the file COPYING for license information.
\section prereq PREREQUISITES
You will need:
- the sqlite3 library: Debian package sqlite3
- the Debian package libsqlite3-dev for the compilation
\section install INSTALLING
Adapt the Makefile or Make.config to your system. Define
HAVE_SQLITE=1
\section SET UP MUGGLE WITH SQLITE
SQLITE means simpler configuration because you do not have
to login into a remote data base server. You will only need the argument
-d Directory. muggle will store the data base in that directory. There
is a default, so you can even omit -d. Start mugglei without arguments
for details.
*/
|