summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-29 23:06:45 +0100
committermethodus <methodus@web.de>2012-10-29 23:06:45 +0100
commita81d4ba071a41e76345ea8434c61698e2b29ba88 (patch)
treeea195d98a40e5a85b5d145bcdf78c2bbd338bd52 /INSTALL
parent3381403479340a23468a5a30665e7f866a8bf749 (diff)
downloadvdr-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--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e7d5fc6
--- /dev/null
+++ b/INSTALL
@@ -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