summaryrefslogtreecommitdiff
path: root/libskindesignerapi/README
diff options
context:
space:
mode:
Diffstat (limited to 'libskindesignerapi/README')
-rw-r--r--libskindesignerapi/README22
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
+