mention deps for zeroconf
This commit is contained in:
parent
df58c1f309
commit
cd218b1f92
1 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ Welcome to Gajim and thank you for trying out our client.
|
||||||
<li>pygtk2.6 or higher</li>
|
<li>pygtk2.6 or higher</li>
|
||||||
<li>python-libglade</li>
|
<li>python-libglade</li>
|
||||||
<li>pysqlite2 (if you have python 2.5, you already have this)</li>
|
<li>pysqlite2 (if you have python 2.5, you already have this)</li>
|
||||||
|
<li>For zeroconf (bonjour), the "enable link-local messaging" checkbox, you need dbus-glib, python-avahi</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -82,8 +83,8 @@ su -c make PREFIX=custom_path install
|
||||||
Just do <em>gajim</em> or you can run Gajim from your GNOME/XFCE/KDE/whatever menus.<br/><br/>
|
Just do <em>gajim</em> or you can run Gajim from your GNOME/XFCE/KDE/whatever menus.<br/><br/>
|
||||||
|
|
||||||
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
|
||||||
<em>./launch.sh</em>
|
<em>./launch.sh</em></p>
|
||||||
<hr>
|
<hr />
|
||||||
<h3>Note for svn users</h3>
|
<h3>Note for svn users</h3>
|
||||||
You will need GNU autotools in order to install Gajim from svn. This includes:
|
You will need GNU autotools in order to install Gajim from svn. This includes:
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -114,7 +115,7 @@ make PREFIX=custom_path uninstall
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Miscellaneous</h2>
|
<h2>Miscellaneous</h2>
|
||||||
<h3>XML & Debugging</h3>
|
<h3>XML & Debugging</h3>
|
||||||
<p>
|
<p>
|
||||||
If you want to see the xml stanzas and/or help us debugging
|
If you want to see the xml stanzas and/or help us debugging
|
||||||
you're advised to enable verbose via advanced configuration window.
|
you're advised to enable verbose via advanced configuration window.
|
||||||
|
|
Loading…
Add table
Reference in a new issue