- https://bitbucket.org/chromiumembedded/cef-project (original)
- https://github.com/chromiumembedded/cef-project (copy)
From the documentation:
### Setup
...
1. Install Python. Version 3.9 to 3.11 is required.
We have to install Python 3.11 on ArchLinux:
- https://aur.archlinux.org/packages/python311
- Download PGKBUILD
$ makepkg -s
$ sudo pacman -U python311-3.11.11-1-x86_64.pkg.tar.zst
Clone project:
$ gcl https://github.com/chromiumembedded/cef-project.git
Tell CEF to use Python 3.11:
$ export PYTHON_EXECUTABLE=/usr/bin/python3.11
Build
$ cmake -B build -S . -G Ninja
$ cmake --build build/
Run executables: e.g.
$ ./build/Release/minimal