diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-01 23:25:52 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-01 23:25:52 +0100 |
commit | 4e40512ff9e09eaf7336d67a9e6cb20a6a74347a (patch) | |
tree | 59108b9d5688711e9eda957b8b1fe44b5a7a00ab /README | |
parent | aa6738800d67c5061d7e551b3d896f3366296045 (diff) | |
download | poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.tar.gz poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.tar.bz2 poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.tar.xz poezio-4e40512ff9e09eaf7336d67a9e6cb20a6a74347a.zip |
First example of a documentation page + makefile to build the 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 |