Update README

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-07-20 10:14:33 +00:00
parent 9c67b7a0fa
commit cbecf20b36

18
README
View file

@ -20,23 +20,16 @@ clients (weechat, irssi, etc).
======================= =======================
Install Install
======================= =======================
You just need python You need python (with argparse, optionnaly)
the xmpppy lib is provided with poezio, as many and the xmpppy lib at the 0.5.0 version or higher.
distributions still use xmpppy 0.4.1 which doesn't
work with anonymous connexion.
This will be eventually fixed latter on.
Before launching poezio you need to type you can launch poezio with
make
in order to build the xmpppy library.
you can then launch poezio with
sh launch.sh sh launch.sh
or you can install it with (as root or with sudo) or you can install it with (as root or with sudo)
make install make install
(`make uninstall` works, don't worry ;)) (`make uninstall` works, don't worry ;))
you can then launch poezio you can then simply launch poezio
You can edit the config file (~/.config/poezio/poezio.cfg by default) You can edit the config file (~/.config/poezio/poezio.cfg by default)
or data/default_config.cfg (if you want to edit the config before the or data/default_config.cfg (if you want to edit the config before the
@ -48,9 +41,6 @@ http://codingteam.net/project/poezio/doc
Please DO report any bug you encounter and ask for any Please DO report any bug you encounter and ask for any
feature you want. feature you want.
If you are testing poezio, and get a crash but no error, please
take a look at the src/errors file.
======================= =======================
Authors Authors
======================= =======================