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