Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 7912d5cffb35f12a0cdf533ef9607c5c > files > 13

galeon-2.0.7-0.1mdv2008.1.x86_64.rpm

			HOW TO INSTALL GALEON

	Galeon is a work in progress. This means that it may crash,
it might not work as expected and it may damage random files of your 
system. However, we encourage you to test it and report any bug you
find, and send us patches if you feel that you can help. You can go to 
http://galeon.sourceforge.net/ for more info.

	This are the steps to install Galeon:

1. Gnome libs installation
---------------------------

You need a full installation of the Gnome 2 libraries in order to
compile galeon. You can find more info about Gnome 2 at:

	http://www.gnome.org/start/stable/

2. Mozilla Installation
------------------------
	Galeon depends on Mozilla, so you have to have a working
Mozilla installed. If you can't start Mozilla there are very little
chances that you could run Galeon. 
	You can go to http://www.mozilla.org/ to get info about
Mozilla and about how to install it. 

At the moment the easiest way to install a gtk2 mozilla that works with
galeon is to:

- Download the latest mozilla release from http://www.mozilla.org/

Once you have downloaded the mozilla source, compile mozilla using
--enable-default-toolkit=gtk2 (and as usual --disable-debug)

  For example:
  ./configure --prefix=/opt/gnome --enable-default-toolkit=gtk2 --disable-debug
  make
  make install

NOTE: If you want anti aliased fonts you have to use also the --enable-xft
option.  (Using this option requires fontconfig and Xft2, so beware.)

NOTE: Cookie blocking and browsing secure sites (https://) requires mozilla-psm
to be installed.

  
3. Galeon installation
-----------------------

- Checkout galeon cvs (head) from cvs.gnome.org
  See http://developer.gnome.org/tools/cvs.html
- Compile and install

  For example:
  ./autogen.sh
  ./configure --prefix=/opt/gnome
  make
  make install
  
NOTE: If your GNOME2 is installed through the Garnome system
then you will probably need to set your ACLOCAL_FLAGS
appropriately before running autogen.sh, e.g.

export ACLOCAL_FLAGS="-I $HOME/garnome/share/aclocal"

NOTE: You may also need to pkg-config where you have installed mozilla.  You
can do this by setting the PKG_CONFIG_PATH to point to the directory where 
it can find the mozilla-gtkmozembed.pc file, e.g.

export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig


4. Starting Galeon
-------------------
	Type "galeon" in a terminal or select "Galeon" from your Gnome 
foot menu (it should be under Net, Internet or similar, depending of
your locale).

NOTE: If you get an error like "Bonobo couldn't locate the
GNOME_Galeon_Automation.server" it usually means you have installed galeon
using a different prefix than the rest of the GNOME2.  You can fix this by
letting Bonobo know where to find the GNOME_Galeon_Automation.server file,
e.g.

bonobo-activation-sysconf --add-directory=/opt/gnome/lib/bonobo/servers

You will probably also need to restart bonobo-activation-server after 
telling it where to find the GNOME_Galeon_Automation.server file.
	
For info about this doc:
	Ricardo Fernández Pascual
	ric@users.sourceforge.net

For info about Galeon development:
	http://galeon.sourceforge.net/
	Subcribe to galeon-devel to further discussion.