Mercurial > libervia-backend
comparison INSTALL @ 1191:4c6bc3454780
misc: INSTALL note for pyfeed/xe
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 09 Sep 2014 07:58:54 +0200 |
parents | 2be46f391cfa |
children | 101c06fbda31 |
comparison
equal
deleted
inserted
replaced
1190:d8cdbbb244a8 | 1191:4c6bc3454780 |
---|---|
2 Below is are installation instructions, but check wiki which may be more up-to-date | 2 Below is are installation instructions, but check wiki which may be more up-to-date |
3 | 3 |
4 *** | 4 *** |
5 | 5 |
6 You can automatically install SàT and his dependencies using easy_install or pip. You will however need to install Python's headers (needed to build some packages), WxPython which is available in most Gnu/Linux distributions, PyGObject and developments version of libxml2 and libxslt (to compile lxml python library). | 6 You can automatically install SàT and his dependencies using easy_install or pip. You will however need to install Python's headers (needed to build some packages), WxPython which is available in most Gnu/Linux distributions, PyGObject and developments version of libxml2 and libxslt (to compile lxml python library). |
7 | |
8 NOTE: pyfeed are xe are mandatory dependencies, they should be on http://pypi.python.org (PYthon Package Index, the officiel repository for Python projects) and so being automatically installed; but there are not yet there (their author should do it soon), so you have to install them manually until then. | |
9 You can download them respectively on http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz and http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz, then decompress them and do « python setup.py install » on both. | |
10 An other way is to use the (unsecure) pip options --process-dependency-links and --allow-all-external when installing sat, options which are or will be removed soon from pip. | |
11 | |
7 | 12 |
8 The environment variable SAT_INSTALL customise the installation, it contains flags separated by spaces: | 13 The environment variable SAT_INSTALL customise the installation, it contains flags separated by spaces: |
9 - "nopreinstall" skip all preinstallation checks | 14 - "nopreinstall" skip all preinstallation checks |
10 - "autodeb" automatically install missing packages on Debian based distributions | 15 - "autodeb" automatically install missing packages on Debian based distributions |
11 - "nox" disable installation of X based packages (WxWidgets), this is useful for servers | 16 - "nox" disable installation of X based packages (WxWidgets), this is useful for servers |