comparison INSTALL @ 212:800db401585e

fixed INSTALL instructions
author Goffi <goffi@goffi.org>
date Mon, 27 Dec 2010 15:12:39 +0100
parents 9face609f83c
children 83d2bc0abf2a
comparison
equal deleted inserted replaced
211:537a68e92262 212:800db401585e
7 7
8 To use SàT, you will need to install: 8 To use SàT, you will need to install:
9 - twisted (http://twistedmatrix.com/trac/) which is found in most distributions, at least core, web and words must be installed 9 - twisted (http://twistedmatrix.com/trac/) which is found in most distributions, at least core, web and words must be installed
10 - progressbar (http://pypi.python.org/pypi/progressbar/2.2) which can be installed with easy_install 10 - progressbar (http://pypi.python.org/pypi/progressbar/2.2) which can be installed with easy_install
11 - 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 11 - 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
12 - wxWidgets (www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better. 12 - wxWidgets (http://www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better.
13 - urwid (http://excess.org/urwid/) which can be installed with easy_install
14 - BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/) which can be installed with easy_install
13 15
14 ** PATHS: 16 ** PATHS:
15 17
16 You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For example, if you have uncompressed the soft in /tmp/useless_soft: 18 You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For example, if you have uncompressed the soft in /tmp/useless_soft:
17 19
25 ** INSTRUCTIONS: 27 ** INSTRUCTIONS:
26 28
27 Here are the instructions for the distribution I use (Kubuntu Karmic Koala), but instructions for other Gnu/Linux distributions must be really close. 29 Here are the instructions for the distribution I use (Kubuntu Karmic Koala), but instructions for other Gnu/Linux distributions must be really close.
28 To install SàT on a *buntu distribution, you first need to install dependencies: 30 To install SàT on a *buntu distribution, you first need to install dependencies:
29 31
30 > sudo aptitude install python-twisted python-twisted-core python-twisted-web python-twisted-word python-wxgtk2.8 32 > sudo aptitude install python-twisted python-twisted-core python-twisted-web python-twisted-words python-wxgtk2.8
31 33
32 You maybe need an updated repository for wxPython, take a look at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian for more informations. 34 You maybe need an updated repository for wxPython, take a look at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian for more informations.
33 35
34 progressbar can be installed with easy_install: 36 ProgressBar and BeautifulSoup and Urwid can be installed with easy_install, or throught apt:
35 > sudo easy_install progressbar 37 > sudo aptitude install python-progressbar python-beautifulsoup python-urwid
36 38
37 Wokkel is a bit more complicated to install as we need to merge two branches: 39 Wokkel is a bit more complicated to install as we need to merge two branches:
38 40
39 First be sure that mercurial is installed 41 First be sure that mercurial is installed
40 > sudo aptitude install mercurial 42 > sudo aptitude install mercurial