mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
2b36b6bfd1
commit
b297702f30
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -14,8 +14,8 @@ directory.</para>
|
||||
|
||||
<para><screen><userinput>patch -Np0 -i ../galeon.patch &&
|
||||
./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 &&
|
||||
--with-mozilla-libs=/usr/lib/mozilla \
|
||||
--with-mozilla-includes=/usr/include/mozilla/ --disable-werror &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user