galeon edits in inst, exp and config

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@353 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-10-25 03:02:18 +00:00
parent 2b36b6bfd1
commit b297702f30
4 changed files with 7 additions and 15 deletions

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>October 24th, 2002 [larry]: Xsoft: Edited Galeon for
Mozilla changes.</para></listitem>
<listitem><para>October 24th, 2002 [larry]: Xsoft: Changed prefix on
Mozilla to /usr now that make install behaves itself.</para></listitem>

View File

@ -1,10 +1,6 @@
<sect2>
<title>Configuring galeon</title>
<para>Add to your system or personal profile:</para>
<para><screen>export MOZILLA_FIVE_HOME=/opt/mozilla/lib/mozilla</screen></para>
<para>If root can execute galeon, but a user can not, the user needs to
execute the following command from their home directory:</para>

View File

@ -1,16 +1,9 @@
<sect2>
<title>Command explanations</title>
<para><userinput>export SOURCE_DIR=/usr/src :</userinput> This command
allows you to specify which directory is your source directory by
replacing <filename>/usr/src</filename>.</para>
<para><userinput>--with-mozilla-libs=/usr/lib/mozilla :</userinput> This command directs galeon's configure script to the mozilla libraries.</para>
<para><userinput>--with-mozilla-libs=/opt/mozilla/lib/mozilla-&mozilla-version; :</userinput> This command directs galeon's configure script to the
mozilla libraries.</para>
<para><userinput>--with-mozilla-includes=$SOURCE_DIR/mozilla/dist/include
:</userinput> This command sets the location of the mozilla
headers.</para>
<para><userinput>--with-mozilla-includes=/usr/include/mozilla :</userinput> This command sets the location of the mozilla headers.</para>
<para><userinput>--disable-werror :</userinput> This command is
required for GCC-&gcc-version; compatibility.</para>

View File

@ -14,8 +14,8 @@ directory.</para>
<para><screen><userinput>patch -Np0 -i ../galeon.patch &amp;&amp;
./configure --prefix=/opt/gnome --with-mozilla-snapshot=1.0 \
--with-mozilla-libs=/opt/mozilla/lib/mozilla \
--with-mozilla-includes=/opt/mozilla/include/mozilla/ --disable-werror &amp;&amp;
--with-mozilla-libs=/usr/lib/mozilla \
--with-mozilla-includes=/usr/include/mozilla/ --disable-werror &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>