Yet another engine which is compatible with adblock plus rules.
Requirements
- Visual Studio 2015 (Visual Studio 2013 doesn't support some features like
constexpr
andauto
-deduced parameter in lambda etc.)
Procedures
-
Clone the repository and submodules in a folder of your own project
git clone --recursive https://github.com/kingsamchen/KAdBlockEngine.git
-
Open the library at
libs/KBase/kbase.sln
and then build thekbase
project -
Include the engine source files.
Note: the repository provides a very limited main.cpp
file for usage/test illustrations.