Update README.txt file for binary distributions.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1091 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
c5b0633bdd
commit
88025e3283
|
@ -84,7 +84,6 @@ LICENSING
|
||||||
|
|
||||||
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
||||||
this binary distribution for licensing terms and conditions. Other software
|
this binary distribution for licensing terms and conditions. Other software
|
||||||
included in this distribution is provided under other licenses. Please visit the
|
included in this distribution is provided under other licenses. Please visit
|
||||||
below link for complete Chromium and third-party licensing information.
|
"about:credits" in a CEF-based application for complete Chromium and third-party
|
||||||
|
licensing information.
|
||||||
http://code.google.com/chromium/terms.html
|
|
||||||
|
|
|
@ -99,7 +99,6 @@ LICENSING
|
||||||
|
|
||||||
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
||||||
this binary distribution for licensing terms and conditions. Other software
|
this binary distribution for licensing terms and conditions. Other software
|
||||||
included in this distribution is provided under other licenses. Please visit the
|
included in this distribution is provided under other licenses. Please visit
|
||||||
below link for complete Chromium and third-party licensing information.
|
"about:credits" in a CEF-based application for complete Chromium and third-party
|
||||||
|
licensing information.
|
||||||
http://code.google.com/chromium/terms.html
|
|
||||||
|
|
|
@ -43,11 +43,18 @@ Release Contains libcef.dll and other components required to run the release
|
||||||
USAGE
|
USAGE
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Visual Studio 2010: Open the cefclient2010.sln solution and build.
|
Visual Studio 2012 and Visual Studio 2010:
|
||||||
Visual Studio 2008: Open the cefclient2008.sln solution and build.
|
Open the cefclient2010.sln solution in Visual Studio and build.
|
||||||
* If using VS2008 Express Edition add atlthunk.lib to the cefclient
|
|
||||||
Configuration Properties > Linker > Input > Additional Dependencies
|
Visual Studio 2008:
|
||||||
Visual Studio 2005: Open the cefclient2005.sln solution and build.
|
Open the cefclient2008.sln solution in Visual Studio and build.
|
||||||
|
|
||||||
|
Visual Studio 2005:
|
||||||
|
1. Open the cefclient.vcproj and libcef_dll_wrapper.vcproj files in a text
|
||||||
|
editor. Change Version="9.00" to Version="8.00".
|
||||||
|
2. Open the cefclient2005.sln file in a text editor. Change "Version 9.00" to
|
||||||
|
"Version 8.00".
|
||||||
|
3. Open the cefclient2005.sln solution in Visual Studio and build.
|
||||||
|
|
||||||
Please visit the CEF Website for additional usage information.
|
Please visit the CEF Website for additional usage information.
|
||||||
|
|
||||||
|
@ -89,10 +96,8 @@ Optional components:
|
||||||
directory path can be customized using CefSettings.resources_dir_path.
|
directory path can be customized using CefSettings.resources_dir_path.
|
||||||
|
|
||||||
* FFmpeg audio and video support
|
* FFmpeg audio and video support
|
||||||
avcodec-54.dll
|
ffmpegsumo.dll
|
||||||
avformat-54.dll
|
Note: Without this component HTML5 audio and video will not function.
|
||||||
avutil-51.dll
|
|
||||||
Note: Without these components HTML5 audio and video will not function.
|
|
||||||
|
|
||||||
* Angle and Direct3D support
|
* Angle and Direct3D support
|
||||||
d3dcompiler_43.dll
|
d3dcompiler_43.dll
|
||||||
|
@ -108,7 +113,6 @@ LICENSING
|
||||||
|
|
||||||
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
||||||
this binary distribution for licensing terms and conditions. Other software
|
this binary distribution for licensing terms and conditions. Other software
|
||||||
included in this distribution is provided under other licenses. Please visit the
|
included in this distribution is provided under other licenses. Please visit
|
||||||
below link for complete Chromium and third-party licensing information.
|
"about:credits" in a CEF-based application for complete Chromium and third-party
|
||||||
|
licensing information.
|
||||||
http://code.google.com/chromium/terms.html
|
|
||||||
|
|
Loading…
Reference in New Issue