Skip to content

Commit e9ca9c3

Browse files
committed
Updated the README.txt file on Windows.
1 parent 24c2d01 commit e9ca9c3

1 file changed

Lines changed: 23 additions & 30 deletions

File tree

cefpython/cef1/windows/binaries/README.txt

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,43 @@
1-
Chromium Embedded Framework (CEF) Binary Distribution
1+
Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
22
-------------------------------------------------------------------------------
33

4-
Date: March 04, 2013
4+
Date: June 04, 2013
55

6-
CEF Version: 1.1364.1123
7-
CEF URL: https://chromiumembedded.googlecode.com/svn/branches/1364/cef1@1123
8-
9-
Chromium Verison: 25.0.1364.152
10-
Chromium URL: http://src.chromium.org/svn/branches/1364/src@185281
6+
CEF Version: 1.1453.1268
7+
CEF URL: http://chromiumembedded.googlecode.com/svn/branches/1453/cef1@1268
118

9+
Chromium Verison: 27.0.1453.93
10+
Chromium URL: http://src.chromium.org/svn/branches/1453_81/src@200836
1211

1312
This distribution contains all components necessary to build and distribute an
14-
application using CEF. Please see the LICENSING section of this document for
15-
licensing terms and conditions.
16-
13+
application using CEF on the Windows platform. Please see the LICENSING
14+
section of this document for licensing terms and conditions.
1715

1816
CONTENTS
1917
--------
2018

2119
cefclient Contains the cefclient sample application configured to build
2220
using the files in this distribution.
2321

24-
Debug Contains libcef.dll and other components required to run the debug
25-
version of CEF-based applications. Also acts as the build target for
26-
the Debug build of cefclient.
27-
28-
docs Contains C++ API documentation generated from the CEF header files.
29-
30-
include Contains all required CEF and NPAPI-related header files. Read
31-
the include/internal/npapi/README-TRANSFER.txt file for more
32-
information about the NPAPI-related header files.
22+
Debug Contains libcef.dll, libcef.lib and other components required to
23+
build and run the debug version of CEF-based applications. By
24+
default these files should be placed in the same directory as the
25+
executable and will be copied there as part of the build process.
3326

34-
lib Contains Debug and Release versions of the libcef.lib library file
35-
that all CEF-based applications must link against.
27+
include Contains all required CEF header files.
3628

3729
libcef_dll Contains the source code for the libcef_dll_wrapper static library
3830
that all applications using the CEF C++ API must link against.
3931

40-
Release Contains libcef.dll and other components required to run the release
41-
version of CEF-based applications. Also acts as the build target for
42-
the Release build of cefclient.
32+
Release Contains libcef.dll, libcef.lib and other components required to
33+
build and run the release version of CEF-based applications. By
34+
default these files should be placed in the same directory as the
35+
executable and will be copied there as part of the build process.
36+
37+
Resources Contains resources required by libcef.dll. By default these files
38+
should be placed in the same directory as libcef.dll. By default
39+
these files should be placed in the same directory as libcef.dll
40+
and will be copied there as part of the build process.
4341

4442

4543
USAGE
@@ -62,7 +60,6 @@ Please visit the CEF Website for additional usage information.
6260

6361
http://code.google.com/p/chromiumembedded
6462

65-
6663
REDISTRIBUTION
6764
--------------
6865

@@ -107,13 +104,9 @@ Optional components:
107104
does not require these components (and does not work on all systems) set
108105
CefSettings.graphics_implementation to DESKTOP_IN_PROCESS.
109106

110-
111107
LICENSING
112108
---------
113109

114110
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
115111
this binary distribution for licensing terms and conditions. Other software
116-
included in this distribution is provided under other licenses. Please visit the
117-
below link for complete Chromium and third-party licensing information.
118-
119-
http://code.google.com/chromium/terms.html
112+
included in this distribution is provided under other licenses.

0 commit comments

Comments
 (0)