gajim-plural/README

44 lines
911 B
Plaintext
Raw Normal View History

2005-03-21 23:08:06 +01:00
Welcome and thanks for trying out Gajim.
REQUIREMENTS
python2.4 (python2.3 should work too)
pygtk2.6 (pytgtk 2.4 should work too)
python-libglade
Optionally:
GnomePythonExtras 2.10 or above
If you have GnomePythonExtras then you don't need to 'make' for trayicon support.
You still have to 'make' if you want auto-away detection.
Luckily most of the requirements are met by any modern distro.
INSTALL PROCEDURE
tar jxvf gajim-version.tar.bz2
cd gajim
make
make install # as superuser
RUN GAJIM
gajim
or if you don't 'make install' you can also run from gajim folder with
./gajim.py
2005-03-22 15:09:21 +01:00
TROUBLESHOOTING
If you have python2.3 please manually edit plugins/gtkgui/Makefile and in
CFLAGS line replace python2.4 to python2.3
2005-03-21 23:08:06 +01:00
Enjoy!
(C) 2005
The Gajim Team
http://gajim.org
2005-03-29 18:37:59 +02:00
PS.
sounds & emoticons taken from Psi
2005-03-29 18:37:59 +02:00
gossip iconstyle taken from Imendio Gossip
thanks to Alex Podaras for various code contributions