summaryrefslogtreecommitdiff
path: root/README.sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'README.sqlite')
-rw-r--r--README.sqlite38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.sqlite b/README.sqlite
new file mode 100644
index 0000000..d8c13a9
--- /dev/null
+++ b/README.sqlite
@@ -0,0 +1,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://www.htpc-tech.de/htpc/muggle.htm
+
+Latest version available at: http://www.htpc-tech.de/htpc/muggle-dev.htm
+
+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.
+
+*/