diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-03 03:42:19 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-03 03:42:19 +0100 |
commit | 7e8ea8e47fa56bc3e9757ad22b0622720570b26a (patch) | |
tree | a9e258504369c347c539ccbdf666d9a47e80af84 /README | |
parent | dac8a12abff0ec7c8d3baec4eb73535040c9de9d (diff) | |
parent | af64505feb73592053beeb13e784379e6626b376 (diff) | |
download | poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.gz poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.bz2 poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.xz poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.zip |
Merge branch 'doc'
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ 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. +Additionally, you’ll need asciidoc to build the html documentation pages. +You can read the documentation using the .txt files, as well, if you don’t +have asciidoc, or read it on the web. 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 |