From fe10143fd8e13cc27579dc9afc3f1fee93cd3c64 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 6 Apr 2015 15:34:08 +0200 Subject: changed build and install process --- README | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 4a2cc8b..3d886c8 100644 --- a/README +++ b/README @@ -41,20 +41,25 @@ Requirements Installation ------------ -First you have to install libSkindesignerAPI: +Skindesigner consists of the Skindesigner Plugin itself and a shared library +called "libSkindesignerAPI" which allows other Plugins to use the facilities of +Skindesigner. Since these other Plugins need to have access to the library, +the library has to be proper installed on your system. -cd /libskindesignerapi -make clean -make install +With a "make install" both the plugin and the library are installed on your +system. The destination where the library will be installed can be set with +the PREFIX parameter: "PREFIX=/usr make install". Default of PREFIX is +/usr/local. After installation check if libskindesignerapi.pc is correctly found in your -PKG_CONFIG_PATH. +PKG_CONFIG_PATH. Other Plugins using the library issue the following +commands in their makefiles which should also work on your commandline: +pkg-config --cflags libskindesignerapi +pkg-config --libs libskindesignerapi +pkg-config --modversion libskindesignerapi Note that skindesigner itself and all plugins which use libSkindesignerAPI have to -be build against the same major verison of this lib to be compatible. - -After installing the lib the Skindesigner Plugin has to be installed as any other -VDR Plugin has to be installed for your Distribution. +be build against the same major verison of the library to be compatible. After installation you have to care about the paths for the XML skins and epg images. The following paths can be set at startup: -- cgit v1.2.3