diff options
| author | louis <louis.braun@gmx.de> | 2015-04-03 09:53:47 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-04-03 09:53:47 +0200 |
| commit | c1b0ab63d048487944d0f59df1c6dc357e5daafc (patch) | |
| tree | 1505f4abe9d5a6a6277e775aebd75c53f72b6664 /libskindesignerapi/README | |
| parent | 051cefafd3c02bc7ef5fb3aee7baf96f9c94a3ba (diff) | |
| download | vdr-plugin-skindesigner-c1b0ab63d048487944d0f59df1c6dc357e5daafc.tar.gz vdr-plugin-skindesigner-c1b0ab63d048487944d0f59df1c6dc357e5daafc.tar.bz2 | |
adapting readme
Diffstat (limited to 'libskindesignerapi/README')
| -rw-r--r-- | libskindesignerapi/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libskindesignerapi/README b/libskindesignerapi/README new file mode 100644 index 0000000..2a60e92 --- /dev/null +++ b/libskindesignerapi/README @@ -0,0 +1,22 @@ +Description +----------- + +Library which provides the Skindesigner API to other Plugins. Plugins using +this API are able to use all Skindesigner facilities to display their OSD +representation. + +Thanks @ Lars Hanisch for providing an exemplarily implementation on which +the code of this library is based on. + +Installation +------------ + +cd <PLUGINSOURCEDIR>/libskindesignerapi +make clean +make install + +After installation check if libskindesignerapi.pc is correctly found in your +PKG_CONFIG_PATH. If not, you should do something like this in your .bashrc: + +export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:$PKG_CONFIG_PATH + |
