Merge revision 1060 changes:
- Windows: update the binary distribution usage instructions. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1061 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
fb3482a852
commit
57f63dc670
|
@ -45,9 +45,18 @@ Release Contains libcef.dll and other components required to run the release
|
|||
USAGE
|
||||
-----
|
||||
|
||||
Visual Studio 2010: Open the cefclient2010.sln solution and build.
|
||||
Visual Studio 2008: Open the cefclient2008.sln solution and build.
|
||||
Visual Studio 2005: Open the cefclient2005.sln solution and build.
|
||||
Visual Studio 2012 and Visual Studio 2010:
|
||||
Open the cefclient2010.sln solution in Visual Studio and build.
|
||||
|
||||
Visual Studio 2008:
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue