Commit 895251c0 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 390972: we shouldn't favor fink for os x - Patch by timeless…

Bug 390972: we shouldn't favor fink for os x - Patch by timeless <timeless@bemail.org> r=Colin r=justdave
parent e99181f5
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.153 2008/02/06 21:58:55 lpsolit%gmail.com Exp $ --> <!-- $Id: installation.xml,v 1.154 2008/02/17 14:29:02 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -1678,19 +1678,20 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command> ...@@ -1678,19 +1678,20 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
<section id="macosx-libraries"> <section id="macosx-libraries">
<title>Libraries &amp; Perl Modules on Mac OS X</title> <title>Libraries &amp; Perl Modules on Mac OS X</title>
<para>Apple did not include the GD library with Mac OS X. Bugzilla <para>Apple does not include the GD library with Mac OS X. Bugzilla
needs this for bug graphs.</para> needs this for bug graphs.</para>
<para>You can install it using a program called <para>You can use DarwinPorts (<ulink url="http://darwinports.com/"/>)
Fink, which is similar in nature to the CPAN installer, but installs or Fink (<ulink url="http://sourceforge.net/projects/fink/"/>), both
common GNU utilities. Fink is available from of which are similar in nature to the CPAN installer, but install
<ulink url="http://sourceforge.net/projects/fink/"/>.</para> common unix programs.</para>
<para>Follow the instructions for setting up Fink. Once it's installed, <para>Follow the instructions for setting up DarwinPorts or Fink.
you'll want to use it to install the <filename>gd2</filename> package. Once you have one installed, you'll want to use it to install the
<filename>gd2</filename> package.
</para> </para>
<para>It will prompt you for a number of dependencies, type 'y' and hit <para>Fink will prompt you for a number of dependencies, type 'y' and hit
enter to install all of the dependencies and then watch it work. You will enter to install all of the dependencies and then watch it work. You will
then be able to use <glossterm linkend="gloss-cpan">CPAN</glossterm> to then be able to use <glossterm linkend="gloss-cpan">CPAN</glossterm> to
install the GD Perl module. install the GD Perl module.
...@@ -1711,9 +1712,10 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command> ...@@ -1711,9 +1712,10 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
</para> </para>
</note> </note>
<para>Also available via Fink is <filename>expat</filename>. After using <para>Also available via DarwinPorts and Fink is
fink to install the expat package you will be able to install <filename>expat</filename>. After installing the expat package, you
XML::Parser using CPAN. There is one caveat. Unlike recent versions of will be able to install XML::Parser using CPAN. If you use fink, there
is one caveat. Unlike recent versions of
the GD module, XML::Parser doesn't prompt for the location of the the GD module, XML::Parser doesn't prompt for the location of the
required libraries. When using CPAN, you will need to use the following required libraries. When using CPAN, you will need to use the following
command sequence: command sequence:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment