Skip to content

Commit 8229ad3

Browse files
committed
Updated Windows guide [ci skip]
1 parent aa1c97d commit 8229ad3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

WINDOWS.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This guide explains how to install Zephir Parser using a Windows operating system.
66
Some parts are optional, when you have a specific PHP version.
77
Parts which are only necessary for a specific PHP version, are marked as such.
8-
PHP-Version requirements are marked using ``[]``
8+
PHP-Version requirements are marked using `[]`
99

1010
### Software Requirements [PHP 5.5 or later]
1111

@@ -16,6 +16,7 @@ PHP-Version requirements are marked using ``[]``
1616

1717
* [Install Windows SDK 6.1](http://www.microsoft.com/en-us/download/details.aspx?id=24826)
1818
**WARNING:** This usually takes very long to install and is very big
19+
1920
* [Install Visual Studio 2008 Express (after SDK 6.1!)](http://go.microsoft.com/fwlink/?LinkId=104679)
2021
Install C++ Express Edition, (You should start and activate it)
2122

@@ -28,7 +29,7 @@ Install C++ Express Edition, (You should start and activate it)
2829
setx path "%path%;c:\path-to-php\"
2930
```
3031
* [Install PHP SDK](http://windows.php.net/downloads/php-sdk/)
31-
(Currently "php-sdk-binary-tools-20110915.zip" is the newest)
32+
(Currently `php-sdk-binary-tools-20110915.zip` is the newest)
3233
3334
```cmd
3435
setx php_sdk "c:\path-to-php-sdk"
@@ -64,12 +65,6 @@ configure --enable-zephir_parser
6465
nmake 2> compile-errors.log 1> compile.log
6566
```
6667

67-
### Parser troubleshooting
68-
69-
* Requirements: Copy `re2c.exe` to the `parser` folder (from PHP-SDK for example)
70-
* You may have to adjust the paths in buildWin32.bat (if you for example do not use VS2012 on a x64 machine)
71-
72-
7368
### Additional Links
7469

7570
Building PHP under Windows: https://wiki.php.net/internals/windows/stepbystepbuild

0 commit comments

Comments
 (0)