diff options
| author | methodus <methodus@web.de> | 2012-10-29 23:06:45 +0100 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-10-29 23:06:45 +0100 |
| commit | a81d4ba071a41e76345ea8434c61698e2b29ba88 (patch) | |
| tree | ea195d98a40e5a85b5d145bcdf78c2bbd338bd52 /INSTALL | |
| parent | 3381403479340a23468a5a30665e7f866a8bf749 (diff) | |
| download | vdr-plugin-upnp-a81d4ba071a41e76345ea8434c61698e2b29ba88.tar.gz vdr-plugin-upnp-a81d4ba071a41e76345ea8434c61698e2b29ba88.tar.bz2 | |
Added missing makefile files and the INSTALL file.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,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
\ No newline at end of file |
