Update binary distribution README.txt files (issue #714).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@764 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2012-09-06 15:36:33 +00:00
parent 5ac06eb984
commit 43bc8b9529
3 changed files with 19 additions and 14 deletions

View File

@ -61,6 +61,8 @@ 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
@ -74,8 +76,7 @@ Required components:
* Other resources
chrome.pak
devtools_resources.pak
Note: The devtools_resources.pak file contains WebKit inspector resources and
is optional. All other resources are required. Pack file loading can be
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.

View File

@ -48,6 +48,10 @@ USAGE
Xcode 3 and 4: Open the cefclient.xcodeproj project and build.
When using Xcode 4.2 or newer you will need to change the "Compiler for
C/C++/Objective-C" setting to "LLVM GCC 4.2" under "Build Settings" for
each target.
Please visit the CEF Website for additional usage information.
http://code.google.com/p/chromiumembedded
@ -66,6 +70,12 @@ Required components:
* CEF core library
libcef.dylib
* Cursor resources
Resources/*.png
Resources/*.tiff
Optional components:
* Localized resources
Resources/*.lproj/
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
@ -77,15 +87,10 @@ Required components:
* Other resources
Resources/chrome.pak
Resources/devtools_resources.pak
Resources/*.png
Resources/*.tiff
Note: The devtools_resources.pak file contains WebKit inspector resources and
is optional. All other resources are required. Pack file loading can be
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.
Optional components:
* FFmpeg audio and video support
ffmpegsumo.so
Note: Without this component HTML5 audio and video will not function.

View File

@ -72,6 +72,8 @@ Required components:
* Unicode support
icudt.dll
Optional components:
* Localized resources
locales/
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
@ -81,14 +83,11 @@ Required components:
CefSettings.pack_loading_disabled. The locales folder path can be customized
using CefSettings.locales_dir_path.
Optional components:
* Other resources
devtools_resources.pak
Note: The devtools_resources.pak file contains WebKit 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.
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.
* FFmpeg audio and video support
avcodec-54.dll