Skip to content

cztomczak/phpdesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Desktop Chrome 130 for Mac

Build instructions

  1. Clone this repository and checkout this branch.
  2. Install Python.
  3. Install CMake.
  4. Install Ninja.
  5. Install Xcode and Xcode Command Line Tools.
  6. Install PHP build dependencies. See https://www.php.net/manual/en/install.unix.source.php .
  7. Download PHP sources and extract the tar file to phpdesktop/php/ directory. So you should have for example a phpdesktop/php/php-8.x.x/ directory. See https://www.php.net/downloads.php .
  8. Run buildphp.sh script, but before running see the script comments to install requirements.
  9. Run cleanbuild.sh script.