

- #Wiki reader chrome app github how to#
- #Wiki reader chrome app github code#
- #Wiki reader chrome app github license#
#Wiki reader chrome app github license#
When distributing an application based on CEF you should include the license text somewhere in your application’s distribution. This application provides unit test coverage for CEF APIs and functionality.Įach binary distribution also contains a README.txt file that describes the platform-specific distribution in greater detail and a LICENSE.txt file that contains CEF’s BSD license. tests/ceftests contains the ceftests sample application configured to build using the files in the binary distribution.This application demonstrates the minimal functionality required to create a browser window. tests/cefsimple contains the cefsimple sample application configured to build using the files in the binary distribution.This application demonstrates a wide range of CEF functionalities. tests/cefclient contains the cefclient sample application configured to build using the files in the binary distribution.pak files (binary files with globbed resources) and potentially other files such depending on the platform.

Resources contains resources required by applications using CEF (Windows and Linux only).Release contains a release build the CEF shared library (libcef) and any other libraries required to run on the platform.See the “C++ Wrapper” section for more information.
#Wiki reader chrome app github code#
libcef_dll contains the source code for the libcef_dll_wrapper static library that all applications using the CEF C++ API must link against.include contains all required CEF header files.Debug contains a debug build the CEF shared library (libcef) and any other libraries required to run on the platform.Platform-specific build instructions are provided as comments at the top of this file. CMakeLists.txt provides the CMake configuration for building the test applications included with the binary distribution.No matter the platform all binary distributions share the same general structure:
#Wiki reader chrome app github how to#
See the Tutorial Wiki page for detailed instructions on how to create a simple application using the CEF3 binary distribution. They contain all files necessary to build a particular version of CEF3 on a particular platform (Windows, MacOS or Linux). Getting Started Using a Binary Distributionīinary distributions of CEF3 are available from the project Downloads page. This document introduces the general concepts involved when developing an application using CEF3.
