<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = 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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'install.windows.building.php',
    1 => 'Construire &agrave; partir des sources',
    2 => 'Construire &agrave; partir des sources',
  ),
  'up' => 
  array (
    0 => 'install.windows.php',
    1 => 'Installation sur les syst&egrave;mes Windows',
  ),
  'prev' => 
  array (
    0 => 'install.windows.tools.php',
    1 => 'Outils tiers pour l\'installation de PHP',
  ),
  'next' => 
  array (
    0 => 'install.windows.commandline.php',
    1 => 'Ex&eacute;cution de PHP en ligne de commande sur les syst&egrave;mes Windows',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'install/windows/building.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.windows.building" class="sect1">
 <h2 class="title">Construire à partir des sources</h2>
 <p class="simpara">
  Voir les <a href="https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2" class="link external">&raquo;&nbsp;instructions de construction étape par étape</a>
  pour compiler avec Visual Studio.
 </p>
</div><?php manual_footer($setup); ?>