From dc3009ca30944e4e25dcfe4521655782205a41e4 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 11 Sep 2011 20:16:46 +0200 Subject: Tell about make, in the README --- README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b3e2b2ec..49d31384 100644 --- a/README +++ b/README @@ -24,7 +24,8 @@ MUCs, especially XEP 0045. ======================= Install ======================= -You need python 3.0 or higher, and the SleekXMPP python library. +You need python 3.0 (and the associated devel package, to build C modules) +or higher, and the SleekXMPP python library. In the developpement version, you’ll need this fork of SleekXMPP http://github.com/louiz/SleekXMPP. @@ -32,11 +33,16 @@ The simplest way to have up-to-date dependencies and to be able to test this developpement version is to use the update.sh script that downloads and places them in the right directory. +You also need to compile some external C modules, to do this, just enter + +$ make + you can then launch poezio with -./launch.sh + +$ ./launch.sh or you can install it with (as root or with sudo) -make install +$ make install (`make uninstall' works, don't worry ;)) you can now simply launch `poezio' -- cgit v1.2.3