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

contributors($setup);

?>
<div id="enchant.requirements" class="section">
  <h2 class="title">Gereksinimler</h2>
  <p class="simpara">
   This version uses the functions of the
   <a href="https://rrthomas.github.io/enchant/" class="link external">&raquo;&nbsp;Enchant library</a> by
   Dom Lachowicz. You need Enchant 1.2.4 or later.
   Enchant 2.0.0 or later is only supported as of PHP 8.0.0.
  </p>
  <p class="simpara">
   Enchant also requires <a href="http://ftp.gnome.org/pub/gnome/sources/glib/" class="link external">&raquo;&nbsp;Glib 2.6</a> or greater.
   Pre-compiled Windows libraries are available from
   <a href="http://ftp.gnome.org/pub/gnome/binaries/win32/glib/" class="link external">&raquo;&nbsp;http://ftp.gnome.org/pub/gnome/binaries/win32/glib/</a>.
  </p>
 </div><?php manual_footer($setup); ?>