root/branches/gajim_0.6.1/README

Revision 954, 0.8 kB (checked in by nk, 4 years ago)

gajim.sh --> gajim.py, adding psyco support if available, small fix in new message dialog if @ is not given

Line 
1Welcome and thanks for trying out Gajim.
2
3REQUIREMENTS
4python2.4 (python2.3 should work too)
5pygtk2.6 (pytgtk 2.4 should work too)
6python-libglade
7
8Optionally:
9GnomePythonExtras 2.10 or above
10
11If you have GnomePythonExtras then you don't need to 'make' for trayicon support.
12You still have to 'make' if you want auto-away detection.
13Luckily most of the requirements are met by any modern distro.
14
15INSTALL PROCEDURE
16tar jxvf gajim-version.tar.bz2
17cd gajim
18make
19make install # as superuser
20
21RUN GAJIM
22gajim
23
24or if you didn't 'make install' you can also run from gajim folder with
25./gajim.py
26
27TROUBLESHOOTING
28If you have python2.3 please manually edit plugins/gtkgui/Makefile and in
29CFLAGS line replace python2.4 to python2.3
30
31
32Enjoy!
33
34(C) 2005
35The Gajim Team
36http://gajim.org
37
38
39
40PS.
41sounds & emoticons taken from Psi
42gossip iconstyle taken from Imendio Gossip
Note: See TracBrowser for help on using the browser.