Skip to content

Commit 4b5e3f6

Browse files
committed
Update Windows manual
1 parent 102681f commit 4b5e3f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

WINDOWS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ setx php_devpack "c:\path-to-extracted-devpack"
4646

4747
* Clone/Download the repostiory
4848
* Copy `re2c.exe` to the `parser` folder (from PHP-SDK for example)
49-
* Go to `parser` directory
5049
* Next, build `lemon`:
5150
* PHP 5
5251
```cmd
@@ -57,15 +56,15 @@ setx php_devpack "c:\path-to-extracted-devpack"
5756
cmd /c install-win32-php7.bat
5857
```
5958
60-
* Go to project root and compile Zephir Parser:
59+
* Then compile Zephir Parser:
6160
6261
```cmd
6362
%PHP_DEVPACK%\phpize
6463
configure --enable-zephir_parser
6564
nmake 2> compile-errors.log 1> compile.log
6665
```
6766

68-
* Edit your php.ini file and add this line:
67+
* Edit your `php.ini` file and add this line:
6968

7069
```ini
7170
[Zephir Parser]

0 commit comments

Comments
 (0)