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:
parent
5ac06eb984
commit
43bc8b9529
|
@ -61,6 +61,8 @@ Required components:
|
||||||
* CEF core library
|
* CEF core library
|
||||||
libcef.so
|
libcef.so
|
||||||
|
|
||||||
|
Optional components:
|
||||||
|
|
||||||
* Localized resources
|
* Localized resources
|
||||||
locales/
|
locales/
|
||||||
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
||||||
|
@ -74,8 +76,7 @@ Required components:
|
||||||
* Other resources
|
* Other resources
|
||||||
chrome.pak
|
chrome.pak
|
||||||
devtools_resources.pak
|
devtools_resources.pak
|
||||||
Note: The devtools_resources.pak file contains WebKit inspector resources and
|
Note: Contains WebKit image and inspector resources. Pack file loading can be
|
||||||
is optional. All other resources are required. Pack file loading can be
|
|
||||||
disabled completely using CefSettings.pack_loading_disabled. The resources
|
disabled completely using CefSettings.pack_loading_disabled. The resources
|
||||||
directory path can be customized using CefSettings.resources_dir_path.
|
directory path can be customized using CefSettings.resources_dir_path.
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,10 @@ USAGE
|
||||||
|
|
||||||
Xcode 3 and 4: Open the cefclient.xcodeproj project and build.
|
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.
|
Please visit the CEF Website for additional usage information.
|
||||||
|
|
||||||
http://code.google.com/p/chromiumembedded
|
http://code.google.com/p/chromiumembedded
|
||||||
|
@ -66,6 +70,12 @@ Required components:
|
||||||
* CEF core library
|
* CEF core library
|
||||||
libcef.dylib
|
libcef.dylib
|
||||||
|
|
||||||
|
* Cursor resources
|
||||||
|
Resources/*.png
|
||||||
|
Resources/*.tiff
|
||||||
|
|
||||||
|
Optional components:
|
||||||
|
|
||||||
* Localized resources
|
* Localized resources
|
||||||
Resources/*.lproj/
|
Resources/*.lproj/
|
||||||
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
||||||
|
@ -77,15 +87,10 @@ Required components:
|
||||||
* Other resources
|
* Other resources
|
||||||
Resources/chrome.pak
|
Resources/chrome.pak
|
||||||
Resources/devtools_resources.pak
|
Resources/devtools_resources.pak
|
||||||
Resources/*.png
|
Note: Contains WebKit image and inspector resources. Pack file loading can be
|
||||||
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
|
|
||||||
disabled completely using CefSettings.pack_loading_disabled. The resources
|
disabled completely using CefSettings.pack_loading_disabled. The resources
|
||||||
directory path can be customized using CefSettings.resources_dir_path.
|
directory path can be customized using CefSettings.resources_dir_path.
|
||||||
|
|
||||||
Optional components:
|
|
||||||
|
|
||||||
* FFmpeg audio and video support
|
* FFmpeg audio and video support
|
||||||
ffmpegsumo.so
|
ffmpegsumo.so
|
||||||
Note: Without this component HTML5 audio and video will not function.
|
Note: Without this component HTML5 audio and video will not function.
|
||||||
|
|
|
@ -72,6 +72,8 @@ Required components:
|
||||||
* Unicode support
|
* Unicode support
|
||||||
icudt.dll
|
icudt.dll
|
||||||
|
|
||||||
|
Optional components:
|
||||||
|
|
||||||
* Localized resources
|
* Localized resources
|
||||||
locales/
|
locales/
|
||||||
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
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
|
CefSettings.pack_loading_disabled. The locales folder path can be customized
|
||||||
using CefSettings.locales_dir_path.
|
using CefSettings.locales_dir_path.
|
||||||
|
|
||||||
Optional components:
|
|
||||||
|
|
||||||
* Other resources
|
* Other resources
|
||||||
devtools_resources.pak
|
devtools_resources.pak
|
||||||
Note: The devtools_resources.pak file contains WebKit inspector resources.
|
Note: Contains WebKit image and inspector resources. Pack file loading can be
|
||||||
Pack file loading can be disabled completely using CefSettings.
|
disabled completely using CefSettings.pack_loading_disabled. The resources
|
||||||
pack_loading_disabled. The resources directory path can be customized using
|
directory path can be customized using CefSettings.resources_dir_path.
|
||||||
CefSettings.resources_dir_path.
|
|
||||||
|
|
||||||
* FFmpeg audio and video support
|
* FFmpeg audio and video support
|
||||||
avcodec-54.dll
|
avcodec-54.dll
|
||||||
|
|
Loading…
Reference in New Issue