summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2008-04-04 13:46:51 +0200
committerjustdave%syndicomm.com <>2008-04-04 13:46:51 +0200
commiteacf6800705d4d03f62e75da6109480a62518bc7 (patch)
treefa6f3b7263f0134d9981ab42c8d91787371ae94d /docs/en
parent9ac2e61cba9c534a0c2f057e9c9f67103a4fec19 (diff)
downloadbugzilla-eacf6800705d4d03f62e75da6109480a62518bc7.tar.gz
bugzilla-eacf6800705d4d03f62e75da6109480a62518bc7.tar.xz
Corrections to the Mac OS X installation instructions
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/xml/installation.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index bda92104c..07594d678 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.60 2008/04/04 06:46:50 jocuri%softhome.net Exp $ -->
+<!-- $Id: installation.xml,v 1.61 2008/04/04 06:46:51 justdave%syndicomm.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -1490,18 +1490,18 @@ $smtp->quit;
<para>To prevent creating conflicts with the software that Apple
installs by default, Fink creates its own directory tree at
<filename class="directory">/sw</filename> where it installs most of
- the software that it installs. This means your libraries and headers be
- at <filename class="directory">/sw/lib</filename> and
+ the software that it installs. This means your libraries and headers
+ will be at <filename class="directory">/sw/lib</filename> and
<filename class="directory">/sw/include</filename> instead of
<filename class="directory">/usr/lib</filename> and
- <filename class="directory">/usr/local/include</filename>. When the
+ <filename class="directory">/usr/include</filename>. When the
Perl module config script asks where your libgd is, be sure to tell it
<filename class="directory">/sw/lib</filename>.
</para>
</note>
- <para>Also available via Fink is expat. After using fink to
- install the expat package you will be able to install
+ <para>Also available via Fink is <filename>expat</filename>. 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
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