diff options
author | louis <louis.braun@gmx.de> | 2015-04-06 15:34:08 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-06 15:34:08 +0200 |
commit | fe10143fd8e13cc27579dc9afc3f1fee93cd3c64 (patch) | |
tree | 27f0c6a487e5d87d3f31efb4108b49f0a046e85f /README | |
parent | d70bfe70913602de016e14d17d4ac485a8683cf5 (diff) | |
download | vdr-plugin-skindesigner-fe10143fd8e13cc27579dc9afc3f1fee93cd3c64.tar.gz vdr-plugin-skindesigner-fe10143fd8e13cc27579dc9afc3f1fee93cd3c64.tar.bz2 |
changed build and install process
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -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 <PLUGINSOURCEDIR>/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: |