blob: e7d5fc6b9831e18270d7266aba839f0997cb4df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- unpack as usually inside the PLUGINS dir of the VDR version against you want to build
- building the subplugins requires the main plugin to be already installed on the target
system, therefore you should execute the following sequence:
make
make install
make subplugins
make install-subplugins
- of course, executing the "install*" targets directly will build the binaries first...
- for building / installing just certain subplugins explicitely, just change to their
respective directories and execute 'make' / 'make install' there;
- further targets are remove & remove-subplugins
|