Merge pull request #5117 from MartijnKaijser/14.0a2
[vuplus_xbmc] / project / cmake / addons / depends / win32 / prebuilt / README
1 XBMC WIN32 PREBUILT ADDON DEPENDENCIES
2 ======================================
3 This directory contains a file or sub-directory for every prebuilt dependency
4 used by one of the addons being built. There are two different modes supported.
5 Both include a file named <library-id>.txt which must follow the defined format
6   <library-id> <download-url>
7
8 If the archive, which the <download-url> points at, contains
9  * only the necessary files and in the proper directory structure (i.e. an
10    "include" and a "lib" directory) then the file must be put into this
11    directory and nothing else is needed.
12  * unnecessary files and/or does not follow the defined directory structure
13    (i.e. an "include" and a "lib" directory) then the file must be put into a
14    sub-directory named <library-id>. Furthermore an additional file called
15    "install.txt" must be placed in that sub-directory. install.txt contains a
16    line for every path/directory/file with a destination where it must be copied
17    to. It must follow the defined format
18      <source> <destination> [<copy-destination>]
19    where <source> must be an existing file, directory or a path containing
20    wildcards, <destination> and the optional <copy-destination> must be existing
21    directories.