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