summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-09-11 20:16:46 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-09-11 20:16:46 +0200
commitdc3009ca30944e4e25dcfe4521655782205a41e4 (patch)
tree8771b693259a0aa855ffd57769bb7729d425c9c5 /README
parent4ccf3421ed6344c51d27b18e73bab62872552e9f (diff)
downloadpoezio-dc3009ca30944e4e25dcfe4521655782205a41e4.tar.gz
poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.tar.bz2
poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.tar.xz
poezio-dc3009ca30944e4e25dcfe4521655782205a41e4.zip
Tell about make, in the README
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
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'