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