On Tue, Feb 20, 2018 at 2:36 PM, Tobias Taschner <
t...@tc84.de> wrote:
> Yes CEF requires building with C++11 and CEF will automatically downloaded
> when building with CMake.
>
> 2018-02-20 21:35 GMT+01:00 Igor Korot <
ikor...@gmail.com>:
>>
>> Hi, Tobias,
>>
>> On Tue, Feb 20, 2018 at 2:23 PM, Tobias T <
ttas...@gmail.com> wrote:
>> > Hi,
>> > I've recently put some finishing touches on the SOC 2014 project
>> > integrating
>> > Chromium Embedded Framework as wxWebView backend.
>> > See the Pull Request here. General feedback is welcome, please comment
>> > in
>> > the PR.
>> >
>> > Please first try building using CMake it will automatically download the
>> > required CEF libraries. Just configure with wxUSE_WEBVIEW_CHROMIUM=ON
>> > and
>> > CMAKE_CXX_STANDARD=11 and you should be able to build
>> > webviewsample_chromium. I've tested this with Visual Studio 2017, Xcode
>> > 9
>> > and Ninja on Ubuntu.
>>
>> Do I have to build with c++11? Is it CEF requiremt?
>>
>> Thank you.
>>
>> >
>> > --