summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-20 10:14:33 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-20 10:14:33 +0000
commitcbecf20b36e41af2e1c1bb91b1fa12db7b1358a9 (patch)
tree0031a88ca2058a6283a4680806072f5d651f005b /README
parent9c67b7a0fa4d76fe5e07a843f29f505bb74121a1 (diff)
downloadpoezio-cbecf20b36e41af2e1c1bb91b1fa12db7b1358a9.tar.gz
poezio-cbecf20b36e41af2e1c1bb91b1fa12db7b1358a9.tar.bz2
poezio-cbecf20b36e41af2e1c1bb91b1fa12db7b1358a9.tar.xz
poezio-cbecf20b36e41af2e1c1bb91b1fa12db7b1358a9.zip
Update README
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 4 insertions, 14 deletions
diff --git a/README b/README
index 241e4d0d..987b3684 100644
--- a/README
+++ b/README
@@ -20,23 +20,16 @@ clients (weechat, irssi, etc).
=======================
Install
=======================
-You just need python
-the xmpppy lib is provided with poezio, as many
-distributions still use xmpppy 0.4.1 which doesn't
-work with anonymous connexion.
-This will be eventually fixed latter on.
+You need python (with argparse, optionnaly)
+and the xmpppy lib at the 0.5.0 version or higher.
-Before launching poezio you need to type
-make
-in order to build the xmpppy library.
-
-you can then launch poezio with
+you can launch poezio with
sh launch.sh
or you can install it with (as root or with sudo)
make install
(`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)
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
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
=======================