diff options
author | jake%acutex.net <> | 2002-01-19 08:26:39 +0100 |
---|---|---|
committer | jake%acutex.net <> | 2002-01-19 08:26:39 +0100 |
commit | d7f381254270028c7d239463521005f576575151 (patch) | |
tree | 5b931a13bc0e87145649ae1d4bb1ca28cdb81af8 /docs/html/osx.html | |
parent | ad00e1f08f41931963b741d03bf20b082c7ae8f4 (diff) | |
download | bugzilla-d7f381254270028c7d239463521005f576575151.tar.gz bugzilla-d7f381254270028c7d239463521005f576575151.tar.xz |
Latest version of compiled docs (picking up recent SGML changes).
Diffstat (limited to 'docs/html/osx.html')
-rw-r--r-- | docs/html/osx.html | 49 |
1 files changed, 25 insertions, 24 deletions
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"></HEAD ><BODY -CLASS="SECTION" +CLASS="section" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" @@ -66,40 +66,40 @@ HREF="bsdinstall.html" ALIGN="LEFT" WIDTH="100%"></DIV ><DIV -CLASS="SECTION" +CLASS="section" ><H1 -CLASS="SECTION" +CLASS="section" ><A -NAME="OSX" +NAME="osx" >3.3. Mac OS X Installation Notes</A ></H1 ><P -> 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. </P ><P -> 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/>. </P ><P -> 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: <B -CLASS="COMMAND" +CLASS="command" >fink install gd</B > </P ><P -> 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. </P ><P -> 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" :-) </P ><P -> Instead of typing <SPAN +> Instead of typing <SPAN CLASS="QUOTE" >"install GD"</SPAN > at the <TT -CLASS="PROMPT" +CLASS="prompt" >cpan></TT > prompt, type <B -CLASS="COMMAND" +CLASS="command" >look GD</B >. 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 <B -CLASS="COMMAND" +CLASS="command" >patch < patchfile</B >: </P ><P -> <TABLE +> <TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" @@ -142,8 +142,9 @@ WIDTH="100%" ><FONT COLOR="#000000" ><PRE -CLASS="PROGRAMLISTING" -> +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" > </P ><P -> Then, run these commands to finish the installation of the perl module: +> Then, run these commands to finish the installation of the perl module: <P ></P ><TABLE @@ -185,35 +186,35 @@ BORDER="0" ><TR ><TD ><B -CLASS="COMMAND" +CLASS="command" >perl Makefile.PL</B ></TD ></TR ><TR ><TD ><B -CLASS="COMMAND" +CLASS="command" >make</B ></TD ></TR ><TR ><TD ><B -CLASS="COMMAND" +CLASS="command" >make test</B ></TD ></TR ><TR ><TD ><B -CLASS="COMMAND" +CLASS="command" >make install</B ></TD ></TR ><TR ><TD >And don't forget to run <B -CLASS="COMMAND" +CLASS="command" >exit</B > to get back to cpan.</TD ></TR @@ -224,7 +225,7 @@ CLASS="COMMAND" > </P ><P -> Happy Hacking! +> Happy Hacking! </P ></DIV ><DIV |