mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 12:57:05 +00:00
minor#1202 Missing doc details for building C extension on windows (Matzz)
This PR was squashed before being merged into the master branch (closes #1202).
Discussion
----------
Missing doc details for building C extension on windows
Commits
-------
1a65132 Missing doc details for building C extension on windows
This commit is contained in:
+5
-7
@@ -107,13 +107,11 @@ Or manually like any other PHP extension:
|
||||
|
||||
For Windows:
|
||||
|
||||
1. Setup the build environment following the `PHP documentation`_;
|
||||
2. Use the ``configure --disable-all --enable-cli --enable-twig=shared``
|
||||
command instead of step 14;
|
||||
3. ``nmake``;
|
||||
4. Copy the
|
||||
``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll``
|
||||
file to your PHP setup.
|
||||
1. Setup the build environment following the `PHP documentation`_
|
||||
2. Put twig C extension source code into ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\ext\twig``
|
||||
3. Use the ``configure --disable-all --enable-cli --enable-twig=shared`` command instead of step 14
|
||||
4. ``nmake``
|
||||
5. Copy the ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll`` file to your PHP setup.
|
||||
|
||||
.. tip::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user