better README
This commit is contained in:
parent
ca73ad15e7
commit
1db44a5890
12
README
12
README
|
@ -9,12 +9,11 @@ Compile-time Requirements:
|
|||
python-dev
|
||||
libgtk2.0-dev
|
||||
libxss-dev (for idle)
|
||||
gtkspell (for gtkspell)
|
||||
|
||||
Optionally:
|
||||
GnomePythonExtras 2.10 or above (so you can avoid compliling trayicon and gtkspell)
|
||||
|
||||
Luckily most of the runtime requirements are met by any modern distro.
|
||||
|
||||
INSTALL PROCEDURE
|
||||
tar jxvf gajim-version.tar.bz2
|
||||
cd gajim
|
||||
|
@ -25,7 +24,12 @@ RUN GAJIM
|
|||
gajim
|
||||
|
||||
or if you didn't 'make install' you can also run from gajim folder with
|
||||
./launch.sh
|
||||
./launch.sh (or if you want to pass extra parameters cd src/; gajim.py)
|
||||
|
||||
|
||||
If you want to see the xml stanzas and/or help us debugging
|
||||
you're advised to enable verbose via advanced configuration window.
|
||||
If you don't want to make this permanent, execute gajim with --verbose
|
||||
|
||||
|
||||
Enjoy!
|
||||
|
@ -38,6 +42,6 @@ http://gajim.org
|
|||
PS.
|
||||
sounds and stellar iconstyle taken from Psi
|
||||
some emoticons taken from Psi
|
||||
some (the basic emoticons) taken from Gossip
|
||||
the basic emoticons taken from Gossip
|
||||
gossip iconstyle taken from Imendio Gossip
|
||||
If you think we're violating a license please inform us
|
||||
|
|
Loading…
Reference in New Issue