Source of: /manual/kr/install.windows.building.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.windows.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'kr',
),
'this' =>
array (
0 => 'install.windows.building.php',
1 => 'Building from source',
),
'up' =>
array (
0 => 'install.windows.php',
1 => '윈도우 시스템에 인스톨하기',
),
'prev' =>
array (
0 => 'install.windows.xitami.php',
1 => 'Xitami on Microsoft Windows',
),
'next' =>
array (
0 => 'install.windows.extensions.php',
1 => 'Installation of extensions on Windows',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="install.windows.building" class="sect1">
<h2 class="title">Building from source</h2>
<p class="para">
This chapter teaches how to compile PHP from sources on windows, using
Microsoft's tools. To compile PHP with cygwin, please refer to <a href="install.unix.php" class="xref">유닉스 시스템에 설치</a>.
</p>
<p class="para">
This chapter is outdated therefore it's temporarily been removed
from the manual. For now, consider the following:
</p>
<p class="para">
</p><ul class="simplelist">
<li class="member">Follow this guide: <a href="http://blog.harddisk.is-a-geek.org/index.php/dev/php/php-on-windows/" class="link external">» here</a></li>
<li class="member">See also: <a href="http://wiki.php.net/internals/windows" class="link external">» the Windows wiki</a></li>
</ul><p>
</p>
</div><?php manual_footer(); ?>