Skip to content

Commit

Permalink
docs(win32): Update windows documentation regarding parser
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy committed Dec 13, 2015
1 parent 2d17b1c commit f569227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ setx path "%path%;c:\path-to-zephir\bin"
Usage of Zephir
----------------
- [**PHP7 or later**] Open the Visual Studio 2015 Command Prompt
(Find it by searching for cmd or just open ``"%VS140COMNTOOLS%\VsDevCmd"``)
- [**PHP5.5 or later**] Open the Visual Studio 2012 Command Prompt
(Find it by searching for cmd or just open ``"%VS110COMNTOOLS%\VsDevCmd"``)
- [**below PHP5.5**] Open the Visual Studio 2008 Command Prompt
Expand All @@ -55,11 +57,10 @@ Usage of Zephir
- ``CD`` to your extension and ``zephir build``
- Take the built ``.dll`` from ``your_ext/Release/php_extname.dll``
Building the parser
Parser troubleshooting
--------------------
- Requirements: Copy re2c.exe to the parser folder (from PHP-SDK for example)
- You may have to adjust the paths in buildWin32.bat (if you for example do not use VS2012 on a x64 machine)
- Run parser/buildWin32.bat to build the parser.exe
Additional Links
Expand Down

0 comments on commit f569227

Please sign in to comment.