Skip to content

app-bootstrap/cef-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cef-guide


Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-based browsers in other applications.

Guide for cefsimple

MacBook Pro (13-inch, M1, 2020) / macOS Big Sur

Step 1: download the builds from https://cef-builds.spotifycdn.com/index.html

select the MacOS 64-bit Standard binary distribution.

Step 2:

mkdir build

cd build

cmake ..

# use x86_64
arch -x86_64 make

Step 3:

./tests/cefsimple/Release/cefsimple.app/Contents/MacOS/cefsimple --url=https://www.github.com

Links

About

demo of Chromium Embedded Framework (CEF)

Topics

Resources

Stars

Watchers

Forks