Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
readme: How to build addons with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Nov 24, 2012
1 parent e3c185b commit 79f73ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
Expand Up @@ -15,6 +15,24 @@ To build all PVR add-ons as .zip archives:
./configure
make zip

Building addons with dependencies:
----------------------------------
The build method described above excludes addons that depend on runtime libraries.
This is because the installed versions of the dependend libraries on the build-machine
and the target machine have to match exactly. Therefore this addons cannot be
distributed easily.

Distribution package maintainers and users who build the addons on their target machine
can enable the build of addons with dependencies:

./configure --enable-addons-with-dependencies

List of addons with dependencies:
---------------------------------
- MythTV addon:
Build dependencies: libmysqlclient, boost (headers)
Runtime dependencies: libmysqlclient

=============================
Windows
=============================
Expand Down

0 comments on commit 79f73ec

Please sign in to comment.