<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.macosx.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'install.macosx.compile.php',
    1 => 'Compilando o PHP no MacOS',
    2 => 'Compilando o PHP no MacOS',
  ),
  'up' => 
  array (
    0 => 'install.macosx.php',
    1 => 'Instala&ccedil;&atilde;o no macOS',
  ),
  'prev' => 
  array (
    0 => 'install.macosx.bundled.php',
    1 => 'Usando o pacote do PHP no macOS para vers&otilde;es anteriores ao macOS Monterey',
  ),
  'next' => 
  array (
    0 => 'install.windows.php',
    1 => 'Instala&ccedil;&atilde;o em sistemas Windows',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'install/macos/compile.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.macosx.compile" class="sect1">
  <h2 class="title">Compilando o PHP no MacOS</h2>
  <p class="simpara">
   Use o <a href="install.unix.php" class="link">Instalação em sistemas Unix</a> para
   compilar o PHP no MacOS.
  </p>
 </div><?php manual_footer($setup); ?>