<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/gmp.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'gmp.requirements.php',
    1 => 'Anforderungen',
    2 => 'Anforderungen',
  ),
  'up' => 
  array (
    0 => 'gmp.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'gmp.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'next' => 
  array (
    0 => 'gmp.installation.php',
    1 => 'Installation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/gmp/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmp.requirements" class="section">
  <h2 class="title">Anforderungen</h2>
  <p class="para">
   Die <abbr title="GNU Multiple Precision">GMP</abbr>-Bibliothek kann von
   <a href="http://gmplib.org/#DOWNLOAD" class="link external">&raquo;&nbsp;http://gmplib.org/#DOWNLOAD</a> heruntergeladen werden.
   Auf dieser Seite steht zudem das <abbr title="GNU Multiple Precision">GMP</abbr>-Manual bereit.
  </p>
  <p class="simpara">
   Für diese Funktionen wird mindestens <abbr title="GNU Multiple Precision">GMP</abbr> Version 4.2
   benötigt. Einige Funktionen können aktuellere Versionen der
   <abbr title="GNU Multiple Precision">GMP</abbr>-Bibliothek voraussetzen.
  </p>
  <p class="simpara">
   Unter Windows ist MPIR anstelle von GMP erforderlich.
  </p>
 </div><?php manual_footer($setup); ?>