a better README
This commit is contained in:
parent
492a21a5cb
commit
4142f76b44
1 changed files with 10 additions and 12 deletions
22
README
22
README
|
@ -1,16 +1,19 @@
|
||||||
Welcome and thanks for trying out Gajim.
|
Welcome and thanks for trying out Gajim.
|
||||||
|
|
||||||
REQUIREMENTS
|
Runtime Requirements:
|
||||||
python2.4 (python2.3 should work too)
|
python2.4 (python2.3 should work too)
|
||||||
pygtk2.6 (pytgtk 2.4 should work too)
|
pygtk2.6 (pytgtk 2.4 should work too)
|
||||||
python-libglade
|
python-libglade
|
||||||
|
|
||||||
Optionally:
|
Compile-time Requirements:
|
||||||
GnomePythonExtras 2.10 or above
|
python-dev
|
||||||
|
libgtk2.0-dev
|
||||||
|
libxss-dev (for idle)
|
||||||
|
|
||||||
If you have GnomePythonExtras then you don't need to 'make' for trayicon support.
|
Optionally:
|
||||||
You still have to 'make' if you want auto-away detection.
|
GnomePythonExtras 2.10 or above (so you can avoid compliling trayicon and gtkspell)
|
||||||
Luckily most of the requirements are met by any modern distro.
|
|
||||||
|
Luckily most of the runtime requirements are met by any modern distro.
|
||||||
|
|
||||||
INSTALL PROCEDURE
|
INSTALL PROCEDURE
|
||||||
tar jxvf gajim-version.tar.bz2
|
tar jxvf gajim-version.tar.bz2
|
||||||
|
@ -22,11 +25,7 @@ RUN GAJIM
|
||||||
gajim
|
gajim
|
||||||
|
|
||||||
or if you didn't 'make install' you can also run from gajim folder with
|
or if you didn't 'make install' you can also run from gajim folder with
|
||||||
./gajim.py
|
./launch.sh
|
||||||
|
|
||||||
TROUBLESHOOTING
|
|
||||||
If you have python2.3 please manually edit plugins/gtkgui/Makefile and in
|
|
||||||
CFLAGS line replace python2.4 to python2.3
|
|
||||||
|
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
@ -36,7 +35,6 @@ The Gajim Team
|
||||||
http://gajim.org
|
http://gajim.org
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PS.
|
PS.
|
||||||
sounds and stellar iconstyle taken from Psi
|
sounds and stellar iconstyle taken from Psi
|
||||||
some emoticons taken from Psi
|
some emoticons taken from Psi
|
||||||
|
|
Loading…
Add table
Reference in a new issue