Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2006-07-24 01:26:12 +0400
committerJacek Konieczny <jajcus@jajcus.net>2006-07-24 01:26:12 +0400
commit4d7fa399264d3278102c5b953e2335bfcb6493f7 (patch)
tree6dc9a354e119a419913476d6d5a31b4b8356001a /README
parent622936c28fab5dd026e7aa454f76d8c25fadde8d (diff)
- simple configure.py script (fixes #2)
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 09fdb13..4c399f2 100644
--- a/README
+++ b/README
@@ -53,6 +53,13 @@ For PyXMPP you will need:
Installation
------------
+To make sure you have all the requirements listed above or to prepare limited
+(without the binary extension) build of PyXMPP you may want to run::
+
+ python configure.py
+
+You may manually pick the limited or full build of PyXMPP by editing the build.cfg file.
+
To build the package just invoke::
python setup.py build