From c1b0ab63d048487944d0f59df1c6dc357e5daafc Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 3 Apr 2015 09:53:47 +0200 Subject: adapting readme --- libskindesignerapi/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libskindesignerapi/README (limited to 'libskindesignerapi/README') 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 /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 + -- cgit v1.2.3