Skip to content

Commit 8e1cbee

Browse files
committed
Update README.md to clarify purpose: /MDd & NuGet
Former-commit-id: 549f227d8d774e37a9213e45949b96fd243fc90f
1 parent a7688df commit 8e1cbee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This is a repackaging fork of the Chromium Embedded Framework (CEF) binary distribution files for Windows, found at http://www.magpcss.net/cef_downloads/.
44

5-
To make it work properly for developers on VS2010, VS2012 and VS2013 wanting to develop [CefSharp](http://github.com/cefsharp/CefSharp), we need to do some local modifications to make the project compile properly. This purpose of this repository is to track and maintain these modifications.
5+
To make it work properly for developers on VS2010, VS2012 and VS2013 wanting to develop [CefSharp](http://github.com/cefsharp/CefSharp), we need to do some local modifications ([use dynamic linking](https://code.google.com/p/chromiumembedded/wiki/LinkingDifferentRunTimeLibraries)) to make CefSharp.Core compile properly. This purpose of this repository is to track and maintain these modifications as well as tooling for maintaining the NuGet packages.
66

77
The modifications allow us to:
88

99
- Re-package and distribute CEF `.dll` and `.pak` files in a piecemeal fashion using http://nuget.org (this is useful for both Xilium.CefGlue and CefSharp developers and users alike)
1010
- Build `libcef_dll_wrapper.lib`s as mentioned above for [CefSharp](http://github.com/cefsharp/CefSharp)
11-
- Have a place to pick CEF `include` files for inclusion downstream (by `git submodule` vendor folders etc.)
11+
- Have a place to pick CEF `include` files for easy inclusion downstream (by `git submodule` vendor folders etc.)
1212

1313
The original README for CEF can be found here: [README.txt](cef_binary_3.y.z_windows32/README.txt). It has some useful details about which CEF pieces are needed for what (e.g. browser developer tools, language support, different HTML5 features, WebGL support etc.)
1414

@@ -26,7 +26,7 @@ Foundation z: NuGets
2626
- C.Foundation.WebGL (incl d*dxxxx43|46)
2727
- C.F.MDwrapper
2828

29-
## Easy
29+
## Easy
3030

3131
- C.F.Bundle.x64(NoLang)
3232
- C.F.Bundle.Win32

0 commit comments

Comments
 (0)