zephir-lang / documentation

Zephir Documentation
MIT License
2 stars 0 forks source link

Create installation tutorial for Windows users #1

Open sergeyklay opened 5 years ago

KingBes commented 1 month ago

Windows Prerequisites

  1. Zephir parser >= 1.3.0
  2. phpize
  3. phpsdk
  4. vs

composer

composer global require phalcon/zephir

create

zephir init utils

build Mistakes will be reported but don't pay attention.[ERROR] file_get_contents(ext\configure.js): Failed to open stream: No such file or directory

zephir build

Execute 'phpize.bat' in the ext folder of the project

xxx\phpize.bat

next

xxx\php-sdk-binary-tools\phpsdk-vs16-x64.bat  # Select phpsdk according to your PHP requirements

configure --enable-utils  #This step may be needed

namke