Added a note on how to run locally

This commit is contained in:
Klaus Schmidinger 2007-08-12 12:04:17 +02:00
parent dbcc517354
commit 365eda6cdd
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: Make.config.template 1.11 2007/08/11 10:50:44 kls Exp $
# $Id: Make.config.template 1.12 2007/08/12 12:04:17 kls Exp $
### The C compiler and options:
@ -26,7 +26,7 @@ endif
#DVBDIR = /usr/src/v4l-dvb/linux
MANDIR = /usr/local/man
BINDIR = /usr/local/bin
LOCDIR = /usr/share/vdr/locale
LOCDIR = /usr/share/vdr/locale # set to ./locale to run VDR from within its source directory
PLUGINDIR= ./PLUGINS
PLUGINLIBDIR= $(PLUGINDIR)/lib