Mercurial > libervia-backend
changeset 188:22cbd3837233
updated INSTALL instruction (wokkel MUC branch merge)
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Aug 2010 17:27:33 +0800 |
parents | 12544ea2951f |
children | 757518d05833 |
files | INSTALL |
diffstat | 1 files changed, 11 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Wed Aug 18 17:27:15 2010 +0800 +++ b/INSTALL Wed Aug 18 17:27:33 2010 +0800 @@ -8,7 +8,7 @@ To use SàT, you will need to install: - twisted (http://twistedmatrix.com/trac/) which is found in most distributions, at least core, web and words must be installed - progressbar (http://pypi.python.org/pypi/progressbar/2.2) which can be installed with easy_install -- wokkel (http://wokkel.ik.nu/), please read instructions on website to download/install. You must apply the patch found at http://wokkel.ik.nu/ticket/56 +- wokkel (http://wokkel.ik.nu/). /!\ the MUC branch (http://hg.ik.nu/ralphm/wokkel-muc-client-support-24-2) must be merged, please read instructions below - wxWidgets (www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better. ** PATHS: @@ -34,25 +34,26 @@ progressbar can be installed with easy_install: > sudo easy_install progressbar -Wokkel is a bit more complicated to install as we need to patch it: +Wokkel is a bit more complicated to install as we need to merge two branches: First be sure that mercurial is installed > sudo aptitude install mercurial -then we go to a directory where we can clone the repository and patch the sources. If you don't want to code on wokkel, you can do it in /tmp: +then we go to a directory where we can clone the repositories and merge. If you don't want to code on wokkel, you can do it in /tmp: > cd /tmp -> hg clone http://hg.ik.nu/wokkel +> hg clone http://hg.ik.nu/wokkel wokkel -now we need to download and use the patch: +now we pull the other branch: +> cd wokkel +> hg pull -f http://hg.ik.nu/ralphm/wokkel-muc-client-support-24-2 -> cd wokkel/wokkel -> wget http://wokkel.ik.nu/raw-attachment/ticket/56/patch -> patch -p0 < patch +time to merge and commit: +> hg merge wokkel-muc-client-support-24 +> hg commit -m "Merged wokkel's MUC branch" -now it's time to install: +finally,we can install: -> cd .. > sudo python setup.py install Everything is fine ? Ok let's add the paths.