comparison INSTALL @ 210:9face609f83c

misc minor typos fixes, dev version
author Goffi <goffi@goffi.org>
date Mon, 20 Dec 2010 00:52:18 +1100
parents 22cbd3837233
children 800db401585e
comparison
equal deleted inserted replaced
209:bab65733980a 210:9face609f83c
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 (www.wxwidgets.org) which is found in most distributions. The more recent the version is, the better.
13 13
14 ** PATHS: 14 ** PATHS:
15 15
16 You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For exemple, if you have uncompressed the soft in /tmp/useless_soft: 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:
17 17
18 > export PYTHONPATH=$PYTHONPATH:/tmp/useless_soft:/tmp/useless_soft/frontends 18 > export PYTHONPATH=$PYTHONPATH:/tmp/useless_soft:/tmp/useless_soft/frontends
19 19
20 if you want to access jp, it can be a good idea to export its dir to your PATH variable: 20 if you want to access jp, it can be a good idea to export its dir to your PATH variable:
21 21