Mac not yet supported!
- Get CEF-CMake
- Clone it to
<jsbind-root>/third_party/cef-cmake
- ... or somewhere else and add the configuration option
-DJSBIND_CEF_CEF_CMAKE_DIR=<your-path>
when you configure the project
- Clone it to
- Configure with CMake
$ cmake path/to/jsbind/repo -DJSBIND_CEF=1 -DJSBIND_ENABLE_TESTING=1 -DJSBIND_BUILD_EXAMPLES=1 -DJSBIND_DEBUGGING=1 -G "Your CMake generator"
- don't forget
-DJSBIND_CEF_CEF_CMAKE_DIR=<your-path>
if you have CEF-CMake in your own path
- Build with an IDE or the command line
- Run tests with your IDE or
ctest
on the command line