root/branches/gajim_0.8.1/README

Revision 3208, 2.0 kB (checked in by nk, 3 years ago)

fix string [thanks yavor]

Line 
1Welcome and thanks for trying out Gajim.
2
3=RUNTIME REQUIREMENTS=
4python2.4 (python2.3 should work too)
5pygtk2.5 or higher (NOTE: pygtk2.5 is devel so pygtk2.6 in case of problems)
6python-libglade
7
8=COMPILE-TIME REQUIREMENTS=
9python-dev
10python-gtk2-dev
11libgtk2.0-dev           # aka. gtk2-devel
12libxss-dev                      # for idle detection module (Some distributions (f.e. Debian) split xscreensaver)
13libgtkspell-dev # for gtkspell module
14
15NOTE:
16if you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies
17
18Optionally:
19gtkspell and aspell-LANG where lang is your locale eg. en, fr etc
20dnspython for SRV support; if you don't know what that is, you don't need it)
21GnomePythonExtras 2.10 or above so you can avoid compiling trayicon and gtkspell
22possible package name for your distribution: python-gnome2-extras
23
24
25=INSTALLATION PROCEDURE=
26tar jxvf gajim-version.tar.bz2
27cd gajim
28make    # builds all modules
29su -c make install
30
31To specify what modules to build do:
32make help
33
34To specify where to install do:
35su -c make PREFIX=custom_path install
36
37=RUNNING GAJIM=
38gajim
39
40or if you didn't 'make install' you can also run from gajim folder with
41./launch.sh
42
43Last but not least, you can run Gajim from your GNOME/XFCE/KDE/whatever menus.
44
45=UNINSTALLATION PROCEDURE=
46su -c make uninstall
47this will try to remove Gajim from the default directories.
48If you want to remove it from custom directory provide it as:
49make PREFIX=custom_path uninstall
50
51=MISCELLANEOUS=
52If you want to see the xml stanzas and/or help us debugging
53you're advised to enable verbose via advanced configuration window.
54If you don't want to make this permanent, execute gajim with --verbose
55everytime you want to have verbose output.
56
57=FAQ=
58FAQ can be found in http://trac.gajim.org/wiki/GajimFaq
59
60
61That is all, enjoy!
62
63(C) 2003-2005
64The Gajim Team
65http://gajim.org
66
67
68PS.
69sounds and stellar iconstyle taken from Psi
70some emoticons taken from Psi
71the basic emoticons taken from Gossip
72gossip iconstyle taken from Gossip
73If you think we're violating a license please inform us
Note: See TracBrowser for help on using the browser.