mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note on how to run locally
This commit is contained in:
parent
dbcc517354
commit
365eda6cdd
@ -6,7 +6,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# 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:
|
### The C compiler and options:
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ endif
|
|||||||
#DVBDIR = /usr/src/v4l-dvb/linux
|
#DVBDIR = /usr/src/v4l-dvb/linux
|
||||||
MANDIR = /usr/local/man
|
MANDIR = /usr/local/man
|
||||||
BINDIR = /usr/local/bin
|
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
|
PLUGINDIR= ./PLUGINS
|
||||||
PLUGINLIBDIR= $(PLUGINDIR)/lib
|
PLUGINLIBDIR= $(PLUGINDIR)/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user