Installscript
From VDR Wiki
(Difference between revisions)
m (→Prerequirements) |
|||
| Line 22: | Line 22: | ||
Unpack | Unpack | ||
| - | bash> sh vdr-install-script-current.run --noexec --target /tmp/vdr | + | bash> sh vdr-install-script-current.run --noexec --target /tmp/vdr |
| - | bash> cd /tmp/vdr/setup | + | bash> cd /tmp/vdr/setup |
| - | The following files should be adapted according to your needs | + | The following files should be adapted according to your needs. |
| - | +-- | + | +-- [[Image:Folder.png]] $DISDIR |
| - | + | +-- [[Image:Folder.png]] setup | |
| - | + | +-- [[Image:Folder.png]] config | |
| - | + | |--+ [[installscript-setup.conf|'''setup.conf''']] | |
| - | + | |--+ [[installscript-make.conf|'''make.conf''']] | |
| - | + | |--+ [[installscript-modules.conf|'''modules.conf''']] | |
| - | + | |--+ [[installscript-sources.conf|'''sources.conf''']] | |
| - | + | |--+ [[installscript-marks2pts.conf|'''marks2pts.conf''']] | |
| - | + | |--+ [[installscript-keymacros.conf|'''keymacros.conf''']] | |
| - | + | +-- [[Image:Folder.png]] examples | |
| - | + | +-- [[Image:Folder.png]] plugins | |
| - | + | +-- [[Image:Folder.png]] mailbox | |
| - | + | |--+ '''[[accounts.conf]]''' | |
| - | + | +-- [[Image:Folder.png]] vdr | |
| - | + | |--+ [[installscript-vdr.conf|'''vdr.conf''']] | |
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
==Links== | ==Links== | ||
Revision as of 07:16, 15 March 2006
Contents |
Description
The Installsscript is a tool that the handles the conventional installation steps with a collection of scripts.
Prerequirements
- Development environment
check needed requirements by this command:
bash> sh vdr-install-script-current.run -- --checkreq
On sarge it needs libncurses5-dev and others obvious (if you typed in previous command) packages.
Tutorial
First of all
- Linux knowledge is required
- It is useful to have experiences in compiling VDR and it's component manually
Scripts customisation
Unpack
bash> sh vdr-install-script-current.run --noexec --target /tmp/vdr bash> cd /tmp/vdr/setup
The following files should be adapted according to your needs.
+--$DISDIR +--
setup +--
config |--+ setup.conf |--+ make.conf |--+ modules.conf |--+ sources.conf |--+ marks2pts.conf |--+ keymacros.conf +--
examples +--
plugins +--
mailbox |--+ accounts.conf +--
vdr |--+ vdr.conf
Links
| [1] | ftp://ftp.cadsoft.de/vdr/Tools | VDR FTP |
| [2] | http://linvdr.org/download/vdr/Tools | Download mirror |
| [3] | http://savannah.gnu.org/projects/stow | GNU Stow project homepage |
| [4] | http://www.inf.tu-dresden.de/~al10/stowES | Extensions to Stow |
| [5] | http://linuxwiki.de/Stow | Stow Wiki |
