|
Revision 855, 0.8 kB
(checked in by nk, 4 years ago)
|
|
addition of PKGBUILD for archlinux
|
| Line | |
|---|
| 1 | Welcome and thanks for trying out Gajim. |
|---|
| 2 | |
|---|
| 3 | REQUIREMENTS |
|---|
| 4 | python2.4 (python2.3 should work too) |
|---|
| 5 | pygtk2.6 (pytgtk 2.4 should work too) |
|---|
| 6 | python-libglade |
|---|
| 7 | |
|---|
| 8 | Optionally: |
|---|
| 9 | GnomePythonExtras 2.10 or above |
|---|
| 10 | |
|---|
| 11 | If you have GnomePythonExtras then you don't need to 'make' for trayicon support. |
|---|
| 12 | You still have to 'make' if you want auto-away detection. |
|---|
| 13 | Luckily most of the requirements are met by any modern distro. |
|---|
| 14 | |
|---|
| 15 | INSTALL PROCEDURE |
|---|
| 16 | tar jxvf gajim-version.tar.bz2 |
|---|
| 17 | cd gajim |
|---|
| 18 | make |
|---|
| 19 | make install # as superuser |
|---|
| 20 | |
|---|
| 21 | RUN GAJIM |
|---|
| 22 | gajim |
|---|
| 23 | |
|---|
| 24 | or if you don't 'make install' you can also run from gajim folder with |
|---|
| 25 | ./gajim.py |
|---|
| 26 | |
|---|
| 27 | TROUBLESHOOTING |
|---|
| 28 | If you have python2.3 please manually edit plugins/gtkgui/Makefile and in |
|---|
| 29 | CFLAGS line replace python2.4 to python2.3 |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | Enjoy! |
|---|
| 33 | |
|---|
| 34 | (C) 2005 |
|---|
| 35 | The Gajim Team |
|---|
| 36 | http://gajim.org |
|---|