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

contributors($setup);

?>
<div id="fdf.installation" class="section">
 <h2 class="title">Kurulum</h2>
 <p class="simpara">
  Bu eklentinin geliştirmesi durmuştur. Ancak, kaynak
kodu <abbr title="PHP Extension and Application Repository">PECL</abbr>
<abbr>SVN</abbr> deposunda
bulunabilir. Yeri: 
  <a href="https://svn.php.net/viewvc/pecl/fdf" class="link external">&raquo;&nbsp;https://svn.php.net/viewvc/pecl/fdf</a>.
 </p>
 <p class="simpara">
  This extension is no longer bundled with PHP.
 </p>
 <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
  <span class="simpara">
   If you run into problems configuring PHP with fdftk support, check
   whether the header file <var class="filename">fdftk.h</var> and the library
   <var class="filename">libfdftk.so</var> are at the right place.
   The <strong class="command">configure</strong> script supports both the directory structure of the
   FDF SDK distribution and the usual <var class="filename">DIR/include</var> /
   <var class="filename">DIR/lib</var> layout, so you can point it either
   directly to the unpacked distribution directory or put the header
   file and the appropriate library for your platform into e.g.
   <var class="filename">/usr/local/include</var> and
   <var class="filename">/usr/local/lib</var> and configure with
   <strong class="option configure">--with-fdftk=/usr/local</strong>.
  </span>
 </p></blockquote>
 <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
  <strong>Note to Win32 Users</strong><br />
  <span class="simpara">
   Bu eklentinin çalışabilmesi için bazı
<abbr title="Dynamic Link Library">DLL</abbr> dosyalarının
bulunduğu yerlerin Windows sistem <var class="envar">PATH</var>&#039;ında tanımlı olması
gerekir. Bunun nasıl yapılacağı <abbr>SSS</abbr> altında &quot;<a href="faq.installation.php#faq.installation.addtopath" class="link">PHP
dizinimi Windows&#039;ta PATH&#039;a nasıl eklerim</a>&quot; başlığı altında
açıklanmıştır. Eklenti, DLL dosyaları PHP dizininden Windows system dizinine
taşındığında da çalışırsa da (çünkü system dizini sistem <var class="envar">PATH</var>&#039;ında zaten vardır)
bu önerilmez. Bu eklentinin çalışabilmesi için <em>bulunduğu dizine <var class="envar">PATH</var>
üzerinden erişebilmesi gereken dosyanın ismi: </em> 
   <var class="filename">fdftk.dll</var>
  </span>
 </p></blockquote>
</div><?php manual_footer($setup); ?>