summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 124d59e..ac9562b 100644
--- a/README.txt
+++ b/README.txt
@@ -57,8 +57,8 @@ Install:
git clone git://projects.vdr-developer.org/vdr-plugin-softhddevice.git
cd vdr-plugin-softhddevice
- make VDRDIR=<path-to-your-vdr-files> LIBDIR=.
- gentoo: make VDRDIR=/usr/include/vdr LIBDIR=.
+ make
+ make install
2a) tarball
@@ -67,10 +67,11 @@ Install:
tar vxf vdr-softhddevice-*.tar.bz2
cd softhddevice-*
- make VDRDIR=<path-to-your-vdr-files> LIBDIR=.
+ make
+ make install
You can edit Makefile to enable/disable VDPAU / VA-API / Alsa / OSS
- support.
+ support. The default is to autodetect as much as possible.
Setup: environment
------