root/branches/gajim_0.10/README

Revision 6131, 2.6 kB (checked in by asterix, 2 years ago)

dnsutils in optional packages instead of pydns

  • Property svn:eol-style set to LF
Line 
1Welcome and thanks for trying out Gajim.
2
3=RUNTIME REQUIREMENTS=
4python2.4 (python2.3 should work too)
5pygtk2.6 or higher
6python-libglade
7pysqlite2 (aka. python-pysqlite2)
8
9some distros also split too much python standard library.
10I know SUSE does. In such distros you also need python-xml
11the xml lib that *comes* with python and not pyxml or whatever
12
13=COMPILE-TIME REQUIREMENTS=
14python-dev
15python-gtk2-dev
16libgtk2.0-dev           # aka. gtk2-devel
17libxss-dev                      # for idle detection module (Some distributions (f.e. Debian) split xscreensaver)
18libgtkspell-dev # for gtkspell module
19intltool
20
21NOTE:
22if you still have problems compiling, you may want to try removing the gtk1 series of the above dependencies
23
24Optionally:
25dnsutils (or whatever package provides the nslookup binary) for SRV support; if you don't know what that is, you don't need it
26gtkspell and aspell-LANG where lang is your locale eg. en, fr etc
27GnomePythonExtras 2.10 or above so you can avoid compiling trayicon and gtkspell
28notification-daemon (and D-Bus) to get cooler popups
29D-Bus to have gajim-remote working
30
31NOTE TO PACKAGERS:
32Gajim is a GTK+ app and not a gnome one. Just do 'make' so you don't require gnomepythonextras
33which is gnome dep
34
35=INSTALLATION PROCEDURE=
36tar jxvf gajim-version.tar.bz2
37cd gajim
38make    # builds all modules
39su -c make install
40
41To specify what modules to build do:
42make help
43
44To specify where to install do:
45su -c make PREFIX=custom_path install
46
47=RUNNING GAJIM=
48gajim
49
50or if you didn't 'make install' you can also run from gajim folder with
51./launch.sh
52
53Last but not least, you can run Gajim from your GNOME/XFCE/KDE/whatever menus.
54
55=UNINSTALLATION PROCEDURE=
56su -c make uninstall
57this will try to remove Gajim from the default directories.
58If you want to remove it from custom directory provide it as:
59make PREFIX=custom_path uninstall
60
61=MISCELLANEOUS=
62XML & Debugging:
63If you want to see the xml stanzas and/or help us debugging
64you're advised to enable verbose via advanced configuration window.
65If you don't want to make this permanent, execute gajim with --verbose
66everytime you want to have verbose output.
67
68Cannot join room with password:
69please read the FAQ for the reply on this issue
70
71=FAQ/Wiki=
72FAQ can be found at http://trac.gajim.org/wiki/GajimFaq
73Wiki can be found at http://trac.gajim.org/wiki
74
75
76That is all, enjoy!
77
78(C) 2003-2005
79The Gajim Team
80http://gajim.org
81
82
83PS.
84we use original art and parts of sounds and other art from Psi, Gossip,
85Gnomebaker, Gaim and some icons from various gnome-icons
86(mostly Dropline Etiquette) we found at art.gnome.org
87If you think we're violating a license please inform us
Note: See TracBrowser for help on using the browser.