diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d9ecd826c6..491fb50a97 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what. +October 24th, 2002 [larry]: Xsoft: Edited Galeon for +Mozilla changes. + October 24th, 2002 [larry]: Xsoft: Changed prefix on Mozilla to /usr now that make install behaves itself. diff --git a/xsoft/graphweb/galeon/galeon-config.xml b/xsoft/graphweb/galeon/galeon-config.xml index cc044a5492..e3f6a8669a 100644 --- a/xsoft/graphweb/galeon/galeon-config.xml +++ b/xsoft/graphweb/galeon/galeon-config.xml @@ -1,10 +1,6 @@ Configuring galeon -Add to your system or personal profile: - -export MOZILLA_FIVE_HOME=/opt/mozilla/lib/mozilla - If root can execute galeon, but a user can not, the user needs to execute the following command from their home directory: diff --git a/xsoft/graphweb/galeon/galeon-exp.xml b/xsoft/graphweb/galeon/galeon-exp.xml index dd41891b49..6c0e7bb42d 100644 --- a/xsoft/graphweb/galeon/galeon-exp.xml +++ b/xsoft/graphweb/galeon/galeon-exp.xml @@ -1,16 +1,9 @@ Command explanations -export SOURCE_DIR=/usr/src : This command -allows you to specify which directory is your source directory by -replacing /usr/src. +--with-mozilla-libs=/usr/lib/mozilla : This command directs galeon's configure script to the mozilla libraries. ---with-mozilla-libs=/opt/mozilla/lib/mozilla-&mozilla-version; : This command directs galeon's configure script to the -mozilla libraries. - ---with-mozilla-includes=$SOURCE_DIR/mozilla/dist/include -: This command sets the location of the mozilla -headers. +--with-mozilla-includes=/usr/include/mozilla : This command sets the location of the mozilla headers. --disable-werror : This command is required for GCC-&gcc-version; compatibility. diff --git a/xsoft/graphweb/galeon/galeon-inst.xml b/xsoft/graphweb/galeon/galeon-inst.xml index db598a0430..2f06ce9273 100644 --- a/xsoft/graphweb/galeon/galeon-inst.xml +++ b/xsoft/graphweb/galeon/galeon-inst.xml @@ -14,8 +14,8 @@ directory. 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