]> git.sesse.net Git - casparcg/blob - dependencies64/cef/README.txt
[scene_producer] Added possibility to CALL/CG PLAY/CG STOP/CG NEXT/CG INVOKE layers...
[casparcg] / dependencies64 / cef / README.txt
1 Chromium Embedded Framework (CEF) Standard Binary Distribution for Linux
2 -------------------------------------------------------------------------------
3
4 Date:             October 13, 2014
5
6 CEF Version:      3.1750.1805
7 CEF URL:          https://chromiumembedded@bitbucket.org/chromiumembedded/branches-1750-cef3.git@1805
8
9 Chromium Verison: 33.0.1750.170
10 Chromium URL:     https://chromium.googlesource.com/chromium/src.git@7120fdb1f88ea2e8b81641aee3fec6c8fa256541
11
12 This distribution contains all components necessary to build and distribute an
13 application using CEF on the Linux platform. Please see the LICENSING
14 section of this document for licensing terms and conditions.
15
16
17 CONTENTS
18 --------
19
20 cefclient   Contains the cefclient sample application configured to build
21             using the files in this distribution. This application demonstrates
22             a wide range of CEF functionalities.
23
24 cefsimple   Contains the cefsimple sample application configured to build
25             using the files in this distribution. This application demonstrates
26             the minimal functionality required to create a browser window.
27
28 Debug       Contains libcef.so and other components required to run the debug
29             version of CEF-based applications. By default these files should be
30             placed in the same directory as the executable and will be copied
31             there as part of the build process.
32
33 include     Contains all required CEF header files.
34
35 libcef_dll  Contains the source code for the libcef_dll_wrapper static library
36             that all applications using the CEF C++ API must link against.
37
38 Release     Contains libcef.so and other components required to run the release
39             version of CEF-based applications. By default these files should be
40             placed in the same directory as the executable and will be copied
41             there as part of the build process.
42
43 Resources   Contains resources required by libcef.so. By default these files
44             should be placed in the same directory as libcef.so and will be
45             copied there as part of the build process.
46
47
48 USAGE
49 -----
50
51 Run 'build.sh Debug' to build the cefclient target in Debug mode.
52
53 Please visit the CEF Website for additional usage information.
54
55 http://code.google.com/p/chromiumembedded
56
57
58 REDISTRIBUTION
59 --------------
60
61 This binary distribution contains the below components. Components listed under
62 the "required" section must be redistributed with all applications using CEF.
63 Components listed under the "optional" section may be excluded if the related
64 features will not be used.
65
66 Required components:
67
68 * CEF core library
69     libcef.so
70
71 Optional components:
72
73 * Localized resources
74     locales/
75   Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
76   from this folder based on the value of environment variables which are read
77   with the following precedence order: LANGUAGE, LC_ALL, LC_MESSAGES and LANG.
78   Only configured locales need to be distributed. If no locale is configured the
79   default locale of "en-US" will be used. Locale file loading can be disabled
80   completely using CefSettings.pack_loading_disabled. The locales folder path
81   can be customized using CefSettings.locales_dir_path.
82
83 * Other resources
84     cef.pak
85     devtools_resources.pak
86   Note: Contains WebKit image and inspector resources. Pack file loading can be
87   disabled completely using CefSettings.pack_loading_disabled. The resources
88   directory path can be customized using CefSettings.resources_dir_path.
89
90 * FFmpeg audio and video support
91     libffmpegsumo.so
92   Note: Without this component HTML5 audio and video will not function.
93
94
95 LICENSING
96 ---------
97
98 The CEF project is BSD licensed. Please read the LICENSE.txt file included with
99 this binary distribution for licensing terms and conditions. Other software
100 included in this distribution is provided under other licenses. Please visit
101 "about:credits" in a CEF-based application for complete Chromium and third-party
102 licensing information.