From d7f381254270028c7d239463521005f576575151 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Sat, 19 Jan 2002 07:26:39 +0000 Subject: Latest version of compiled docs (picking up recent SGML changes). --- docs/html/osx.html | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) (limited to 'docs/html/osx.html') diff --git a/docs/html/osx.html b/docs/html/osx.html index caa9efbdf..6618ad229 100644 --- a/docs/html/osx.html +++ b/docs/html/osx.html @@ -19,7 +19,7 @@ REL="NEXT" TITLE="BSD Installation Notes" HREF="bsdinstall.html">

3.3. Mac OS X Installation Notes

There are a lot of common libraries and utilities out there +> There are a lot of common libraries and utilities out there that Apple did not include with Mac OS X, but which run perfectly well on it. The GD library, which Bugzilla needs to do bug graphs, is one of these.

The easiest way to get a lot of these is with a program called +> The easiest way to get a lot of these is with a program called Fink, which is similar in nature to the CPAN installer, but installs common GNU utilities. Fink is available from <http://sourceforge.net/projects/fink/>.

Follow the instructions for setting up Fink. Once it's +> Follow the instructions for setting up Fink. Once it's installed, you'll want to run the following as root: fink install gd

It will prompt you for a number of dependencies, type 'y' and +> It will prompt you for a number of dependencies, type 'y' and hit enter to install all of the dependencies. Then watch it work.

To prevent creating conflicts with the software that Apple +> To prevent creating conflicts with the software that Apple installs by default, Fink creates its own directory tree at /sw where it installs most of the software that it installs. This means your libraries and headers for libgd will be at @@ -111,15 +111,15 @@ CLASS="COMMAND" :-)

Instead of typing Instead of typing "install GD" at the cpan> prompt, type look GD. This should go through the motions of @@ -127,13 +127,13 @@ CLASS="COMMAND" open a shell and drop you into the build directory. Apply the following patch to the Makefile.PL file (save the patch into a file and use the command patch < patchfile:

	
+CLASS="programlisting"
+>
+	
 --- GD-1.33/Makefile.PL Fri Aug  4 16:59:22 2000
 +++ GD-1.33-darwin/Makefile.PL  Tue Jun 26 01:29:32 2001
 @@ -3,8 +3,8 @@
@@ -176,7 +177,7 @@ CLASS="PROGRAMLISTING"
 >
     

Then, run these commands to finish the installation of the perl module: +> Then, run these commands to finish the installation of the perl module:

Happy Hacking! +> Happy Hacking!

perl Makefile.PL
make
make test
make install
And don't forget to run exit to get back to cpan.