We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102681f commit 4b5e3f6Copy full SHA for 4b5e3f6
WINDOWS.md
@@ -46,7 +46,6 @@ setx php_devpack "c:\path-to-extracted-devpack"
46
47
* Clone/Download the repostiory
48
* Copy `re2c.exe` to the `parser` folder (from PHP-SDK for example)
49
-* Go to `parser` directory
50
* Next, build `lemon`:
51
* PHP 5
52
```cmd
@@ -57,15 +56,15 @@ setx php_devpack "c:\path-to-extracted-devpack"
57
56
cmd /c install-win32-php7.bat
58
```
59
60
-* Go to project root and compile Zephir Parser:
+* Then compile Zephir Parser:
61
62
63
%PHP_DEVPACK%\phpize
64
configure --enable-zephir_parser
65
nmake 2> compile-errors.log 1> compile.log
66
67
68
-* Edit your php.ini file and add this line:
+* Edit your `php.ini` file and add this line:
69
70
```ini
71
[Zephir Parser]
0 commit comments