Merge branch 'gcc-edge'

Make it possible to build wxWebViewEdge with gcc or clang too.

Closes https://github.com/wxWidgets/wxWidgets/pull/2245
This commit is contained in:
Vadim Zeitlin
2021-03-01 00:09:52 +01:00
11 changed files with 194 additions and 20 deletions

View File

@@ -320,7 +320,7 @@ public:
virtual filesystems, custom urls.
This backend is not enabled by default, to build it follow these steps:
- Visual Studio 2015, or newer, is required
- Visual Studio 2015 or newer, or GCC/Clang with c++11 is required
- With CMake just enable @c wxUSE_WEBVIEW_EDGE
- When not using CMake:
- Download the <a href="https://aka.ms/webviewnuget">WebView2 SDK</a>