From 19622518158119ca4dda1a3e37293ef11e63c2f4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 4 Apr 2008 06:55:22 +0000 Subject: [PATCH] Bug 390972: we shouldn't favor fink for os x - Patch by timeless r=Colin r=justdave git-svn-id: svn://10.0.0.236/trunk@249550 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/en/xml/installation.xml | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/en/xml/installation.xml b/mozilla/webtools/bugzilla/docs/en/xml/installation.xml index 97fc2525402..3af13585204 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/installation.xml +++ b/mozilla/webtools/bugzilla/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1678,19 +1678,20 @@ C:\perl> ppm install <module name>
Libraries & Perl Modules on Mac OS X - Apple did not include the GD library with Mac OS X. Bugzilla + Apple does not include the GD library with Mac OS X. Bugzilla needs this for bug graphs. - You can install it using a program called - Fink, which is similar in nature to the CPAN installer, but installs - common GNU utilities. Fink is available from - . + You can use DarwinPorts () + or Fink (), both + of which are similar in nature to the CPAN installer, but install + common unix programs. - Follow the instructions for setting up Fink. Once it's installed, - you'll want to use it to install the gd2 package. + Follow the instructions for setting up DarwinPorts or Fink. + Once you have one installed, you'll want to use it to install the + gd2 package. - It will prompt you for a number of dependencies, type 'y' and hit + 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 then be able to use CPAN to install the GD Perl module. @@ -1711,9 +1712,10 @@ C:\perl> ppm install <module name> - Also available via Fink is expat. After using - fink to install the expat package you will be able to install - XML::Parser using CPAN. There is one caveat. Unlike recent versions of + Also available via DarwinPorts and Fink is + expat. After installing the expat package, you + 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 required libraries. When using CPAN, you will need to use the following command sequence: