Skip to content

Build from GitHub Source

Maximilian Winter edited this page Nov 7, 2022 · 1 revision
  1. Download the Chromium Embedded Framework binaries at Spotify

  2. Copy the Content of the binaries to the corresponding folder in the root folder of the repo. "cef-binaries-linux" for example.

  3. Run CMake and build the all projects.

  4. Execute the prepare_python_project_files.py script in the folder src/pytonium_python_framework/

  5. Run "python -m build -s" for a Source Distribution or "python -m build -w" for a binary wheel distribution.(You need the build PEP 517 package installed for that)

Clone this wiki locally