mwthinker / AwesomiumExample

A cmake version example of Awesomium working in Visual Studio 2015.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesomium Example

The original code found at http://wiki.awesomium.com/tutorials/tutorial-2-displaying-your-first-page.html. This is an updated example which uses CMAKE under Visual Studio 2015.

For more info about Awesomium, look at http://wiki.awesomium.com/tutorials .

Open source

The project is under the MIT license (see LICENSE.txt).

Building

CMake must be installed, at least version 2.8. Create a directory named "build" in the project directory. Make sure all dependencies and a native compiler are installed. The dependencies must also be recognized by CMAKE.

Awesomium must be installed and all awesomium DLLs and binary dependencies must be copied to your working path.

Please see: http://wiki.awesomium.com/tutorials

About

A cmake version example of Awesomium working in Visual Studio 2015.

License:MIT License


Languages

Language:C++ 92.8%Language:Objective-C++ 5.6%Language:CMake 1.4%Language:HTML 0.2%