diff options
author | methodus <methodus@web.de> | 2012-10-31 22:13:43 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-31 22:13:43 +0100 |
commit | 36698ebe1b5dfa6f95041b168c9218d66ee0eb03 (patch) | |
tree | 4cc4235d8346107fe1b6eb799e83fafcfc844585 | |
parent | 86ef02c1cc86198e43bd4b1e3b46dc30d00d75aa (diff) | |
download | vdr-plugin-upnp-36698ebe1b5dfa6f95041b168c9218d66ee0eb03.tar.gz vdr-plugin-upnp-36698ebe1b5dfa6f95041b168c9218d66ee0eb03.tar.bz2 |
Reviewed README and added some more information about the installation.
-rw-r--r-- | README | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -28,7 +28,7 @@ Contents: 1 Description 2 Dependencies -3 Patching libupnp +3 Installation 4 Firewall Description: @@ -61,9 +61,18 @@ boost::bind Boost bind library The boost libraries are usually available in a packed version, so that only a single installation is required. -If you want to know everything about the code, please see the source code -documentation at http://upnp.vdr-developer.org/docs/ where all public members -are explained. +Installation: + +To install the plugin and its subplugins you just have to + +make +make subplugins + +If you want to have icons when you open the server from a client, you have to +copy the httpdocs folder to the configuration directory of the plugin, for +instance: + +cp httpdocs /var/lib/vdr/plugins/upnp/ I appreciate, if you help making the plugin better. If you find any project related errors or missing features, please open a new ticket at the plugin |