-
Notifications
You must be signed in to change notification settings - Fork 3
Build from GitHub Source
Maximilian Winter edited this page Nov 7, 2022
·
1 revision
-
Download the Chromium Embedded Framework binaries at Spotify
-
Copy the Content of the binaries to the corresponding folder in the root folder of the repo. "cef-binaries-linux" for example.
-
Run CMake and build the all projects.
-
Execute the prepare_python_project_files.py script in the folder src/pytonium_python_framework/
-
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)