gajim-plural/README

84 lines
2.4 KiB
Plaintext
Raw Normal View History

2005-03-21 23:08:06 +01:00
Welcome and thanks for trying out Gajim.
2005-06-25 16:18:51 +02:00
=RUNTIME REQUIREMENTS=
2005-03-21 23:08:06 +01:00
python2.4 (python2.3 should work too)
2005-08-25 19:05:17 +02:00
pygtk2.5 or higher (NOTE: pygtk2.5 is devel so pygtk2.6 in case of problems)
2005-03-21 23:08:06 +01:00
python-libglade
2005-10-22 15:13:58 +02:00
some distros also split too much python standard library.
I know SUSE does. In such distros you also need python-xml
the xml lib that *comes* with python and not pyxml or whatever
2005-06-25 16:18:51 +02:00
=COMPILE-TIME REQUIREMENTS=
2005-05-26 00:16:57 +02:00
python-dev
2005-06-19 00:55:17 +02:00
python-gtk2-dev
libgtk2.0-dev # aka. gtk2-devel
2005-07-23 12:16:34 +02:00
libxss-dev # for idle detection module (Some distributions (f.e. Debian) split xscreensaver)
libgtkspell-dev # for gtkspell module
2005-09-10 20:46:44 +02:00
intltool
2005-05-26 00:16:57 +02:00
2005-08-14 21:51:57 +02:00
NOTE:
if you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies
2005-03-21 23:08:06 +01:00
Optionally:
gtkspell and aspell-LANG where lang is your locale eg. en, fr etc
dnspython for SRV support; if you don't know what that is, you don't need it)
GnomePythonExtras 2.10 or above so you can avoid compiling trayicon and gtkspell
possible package name for your distribution: python-gnome2-extras
2005-03-21 23:08:06 +01:00
2005-06-25 16:18:51 +02:00
=INSTALLATION PROCEDURE=
2005-03-21 23:08:06 +01:00
tar jxvf gajim-version.tar.bz2
cd gajim
make # builds all modules
2005-06-25 16:18:51 +02:00
su -c make install
To specify what modules to build do:
make help
To specify where to install do:
2005-07-07 19:59:51 +02:00
su -c make PREFIX=custom_path install
2005-03-21 23:08:06 +01:00
2005-06-25 16:18:51 +02:00
=RUNNING GAJIM=
2005-03-21 23:08:06 +01:00
gajim
or if you didn't 'make install' you can also run from gajim folder with
./launch.sh
2005-05-28 22:10:53 +02:00
Last but not least, you can run Gajim from your GNOME/XFCE/KDE/whatever menus.
2005-05-28 22:10:53 +02:00
2005-06-25 16:18:51 +02:00
=UNINSTALLATION PROCEDURE=
su -c make uninstall
this will try to remove Gajim from the default directories.
If you want to remove it from custom directory provide it as:
make PREFIX=custom_path uninstall
2005-06-25 16:18:51 +02:00
=MISCELLANEOUS=
2005-10-23 15:28:05 +02:00
XML & Debugging:
2005-05-28 22:10:53 +02:00
If you want to see the xml stanzas and/or help us debugging
you're advised to enable verbose via advanced configuration window.
If you don't want to make this permanent, execute gajim with --verbose
2005-06-25 16:18:51 +02:00
everytime you want to have verbose output.
2005-10-23 15:28:05 +02:00
Cannot join room with password:
please read the FAQ for the reply on this issue
2005-06-25 16:18:51 +02:00
=FAQ=
FAQ can be found in http://trac.gajim.org/wiki/GajimFaq
2005-03-22 15:09:21 +01:00
That is all, enjoy!
2005-03-21 23:08:06 +01:00
2005-06-25 16:18:51 +02:00
(C) 2003-2005
2005-03-21 23:08:06 +01:00
The Gajim Team
http://gajim.org
2005-03-29 18:37:59 +02:00
PS.
2005-04-07 02:35:06 +02:00
sounds and stellar iconstyle taken from Psi
some emoticons taken from Psi
2005-05-28 22:10:53 +02:00
the basic emoticons taken from Gossip
2005-06-13 17:36:09 +02:00
gossip iconstyle taken from Gossip
service discovery icons taken from Gaim and the GNOME hi-color theme
2005-04-07 02:35:06 +02:00
If you think we're violating a license please inform us