forked from cztomczak/phpdesktop
-
Notifications
You must be signed in to change notification settings - Fork 5
Build on Windows
syracine69 edited this page Mar 6, 2022
·
29 revisions
This page provides step by step instructions on how to build PHP Desktop Chrome from sources.
Table of Contents
- Requirements
- Download CEF sources / prebuilt binaries
These instructions are for building "chrome99" branch.
Requirements:
- Visual Studio 2022 Community Edition
- Windows SDK 10.0.20348.0
Clone git repository
If you would like to use CEF prebuilt binaries then go to Spotify Automated CEF Builds. You have to download CEF for the same branch and revision that phpdesktop uses, see "cef/README.txt". Look for CEF version in that file. Choose "Standard Distribution" binaries.
If you would like to build CEF from sources then see CEF Branches and building (external) wiki page.