Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
895251c0
Commit
895251c0
authored
Feb 17, 2008
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
installation.xml
docs/xml/installation.xml
+14
-12
No files found.
docs/xml/installation.xml
View file @
895251c0
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.15
3 2008/02/06 21:58:55
lpsolit%gmail.com Exp $ -->
<!-- $Id: installation.xml,v 1.15
4 2008/02/17 14:29:02
lpsolit%gmail.com Exp $ -->
<chapter
id=
"installing-bugzilla"
>
<title>
Installing Bugzilla
</title>
...
...
@@ -1678,19 +1678,20 @@ C:\perl> <command>ppm install <module name></command>
<section
id=
"macosx-libraries"
>
<title>
Libraries
&
Perl Modules on Mac OS X
</title>
<para>
Apple d
id
not include the GD library with Mac OS X. Bugzilla
<para>
Apple d
oes
not include the GD library with Mac OS X. Bugzilla
needs this for bug graphs.
</para>
<para>
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
<ulink
url=
"http://sourceforge.net/projects/fink/"
/>
.
</para>
<para>
You can
use DarwinPorts (
<ulink
url=
"http://darwinports.com/"
/>
)
or Fink (
<ulink
url=
"http://sourceforge.net/projects/fink/"
/>
), both
of which are similar in nature to the CPAN installer, but install
common unix programs
.
</para>
<para>
Follow the instructions for setting up Fink. Once it's installed,
you'll want to use it to install the
<filename>
gd2
</filename>
package.
<para>
Follow the instructions for setting up DarwinPorts or Fink.
Once you have one installed, you'll want to use it to install the
<filename>
gd2
</filename>
package.
</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
then be able to use
<glossterm
linkend=
"gloss-cpan"
>
CPAN
</glossterm>
to
install the GD Perl module.
...
...
@@ -1711,9 +1712,10 @@ C:\perl> <command>ppm install <module name></command>
</para>
</note>
<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
<para>
Also available via DarwinPorts and Fink is
<filename>
expat
</filename>
. 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment