root/branches/gajim_0.7.1/README

Revision 1804, 1.1 kB (checked in by nk, 3 years ago)

better README

Line 
1Welcome and thanks for trying out Gajim.
2
3Runtime Requirements:
4python2.4 (python2.3 should work too)
5pygtk2.6 (pytgtk 2.4 should work too)
6python-libglade
7gtkspell and aspell-LANG (where lang is your locale eg. en, fr etc)
8
9Compile-time Requirements:
10python-dev
11libgtk2.0-dev
12libxss-dev (for idle module)
13libgtkspell-dev (for gtkspell module)
14
15Optionally:
16GnomePythonExtras 2.10 or above (so you can avoid compliling trayicon and gtkspell)
17possible package name for your distro: python-gnome2-extras
18
19INSTALL PROCEDURE
20tar jxvf gajim-version.tar.bz2
21cd gajim
22make
23make install # as superuser
24
25RUN GAJIM
26gajim
27
28or if you didn't 'make install' you can also run from gajim folder with
29./launch.sh
30
31
32If you want to see the xml stanzas and/or help us debugging
33you're advised to enable verbose via advanced configuration window.
34If you don't want to make this permanent, execute gajim with --verbose
35
36
37Enjoy!
38
39(C) 2005
40The Gajim Team
41http://gajim.org
42
43
44PS.
45sounds and stellar iconstyle taken from Psi
46some emoticons taken from Psi
47the basic emoticons taken from Gossip
48gossip iconstyle taken from Imendio Gossip
49If you think we're violating a license please inform us
Note: See TracBrowser for help on using the browser.