Dvdarchive-patch
From VDR Wiki
(Difference between revisions)
(Preparation) |
|||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | |||
==Hardware requirements== | ==Hardware requirements== | ||
==Software requirements== | ==Software requirements== | ||
| + | * patch | ||
==Installation== | ==Installation== | ||
| - | + | If the patch is compressed you have to unpack it bevor | |
| + | <pre> | ||
| + | gunzip patch | ||
| + | </pre> | ||
| + | Now you can install it with | ||
| + | <pre> | ||
| + | cd $SOURCEDIR/VDR | ||
| + | patch -p 1 < /path/to/patch | ||
| + | </pre> | ||
| + | |||
| + | Note, VDR has to be recompiled now, see [[VDR installation]]. | ||
==Problems== | ==Problems== | ||
| Line 15: | Line 25: | ||
| [1] | | [1] | ||
| http:// | | http:// | ||
| - | | | + | | Patch homepage |
|} | |} | ||
| - | [[Category: | + | [[Category:Patches]] |
<!-- Link to german wiki page --> | <!-- Link to german wiki page --> | ||
| - | [[de: | + | [[de:-patch]] |
Revision as of 20:20, 21 September 2004
Contents |
Description
Hardware requirements
Software requirements
- patch
Installation
If the patch is compressed you have to unpack it bevor
gunzip patch
Now you can install it with
cd $SOURCEDIR/VDR patch -p 1 < /path/to/patch
Note, VDR has to be recompiled now, see VDR installation.
Problems
Links
| [1] | http:// | Patch homepage |
