mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 01:56:20 +01:00
b18edbac6f
- Windows: Change the directory and build structure to match other platforms. - Windows: Create archives of both Debug and Release symbols. - Windows: Create a separate archive for documentation. - Add a new "client" mode flag that creates a distribution of cefclient. - Add "no-docs" and "no-archive" flags. - Break README.txt files into separate components that can be shared between platforms and distribution modes. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1212 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
REDISTRIBUTION
|
|
--------------
|
|
|
|
This binary distribution contains the below components. Components listed under
|
|
the "required" section must be redistributed with all applications using CEF.
|
|
Components listed under the "optional" section may be excluded if the related
|
|
features will not be used.
|
|
|
|
Required components:
|
|
|
|
* CEF core library
|
|
libcef.so
|
|
|
|
Optional components:
|
|
|
|
* Localized resources
|
|
locales/
|
|
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
|
from this folder based on the value of environment variables which are read
|
|
with the following precedence order: LANGUAGE, LC_ALL, LC_MESSAGES and LANG.
|
|
Only configured locales need to be distributed. If no locale is configured the
|
|
default locale of "en-US" will be used. Locale file loading can be disabled
|
|
completely using CefSettings.pack_loading_disabled. The locales folder path
|
|
can be customized using CefSettings.locales_dir_path.
|
|
|
|
* Other resources
|
|
cef.pak
|
|
devtools_resources.pak
|
|
Note: Contains WebKit image and inspector resources. Pack file loading can be
|
|
disabled completely using CefSettings.pack_loading_disabled. The resources
|
|
directory path can be customized using CefSettings.resources_dir_path.
|