diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-11 20:16:46 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-11 20:16:46 +0200 |
commit | dc3009ca30944e4e25dcfe4521655782205a41e4 (patch) | |
tree | 8771b693259a0aa855ffd57769bb7729d425c9c5 | |
parent | 4ccf3421ed6344c51d27b18e73bab62872552e9f (diff) | |
download | poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.tar.gz poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.tar.bz2 poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.tar.xz poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.zip |
Tell about make, in the README
-rw-r--r-- | README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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' |