comparison INSTALL @ 731:47c21905e002

fixes the INSTALL since http://pyj.be has been down for a while (Oliver)
author souliane <souliane@mailoo.org>
date Thu, 22 Oct 2015 14:26:00 +0200
parents 0924710b666a
children 9ad1a551c26d
comparison
equal deleted inserted replaced
730:108bb9d74fa2 731:47c21905e002
28 28
29 cd txjsonrpc 29 cd txjsonrpc
30 python setup.py install '''(as root, "sudo python setup.py install" for *buntu)''' 30 python setup.py install '''(as root, "sudo python setup.py install" for *buntu)'''
31 31
32 * install python2-gobject2 from your distribution repositories 32 * install python2-gobject2 from your distribution repositories
33 * install the git version of pyjamas (http://pyj.be): 33 * install pyjamas. We use the version which used to be on http://pyj.be, not the fork
34 from http://pyjs.org. Since http://pyj.be has been down for a while, you can retrieve
35 the package from our FTP.
34 36
35 git clone git://pyjs.org/git/pyjamas.git 37 wget ftp://ftp.goffi.org/pyjamas/pyjamas.tar.bz2
38 tar xjf pyjamas.tar.bz2
36 cd pyjamas 39 cd pyjamas
37 python boostrap.py 40 python bootstrap.py
38 41
39 You can need to force a python version if libervia's compilation doesn't work, for example: 42 You can need to force a python version if libervia's compilation doesn't work, for example:
40 43
41 python2.6 boostrap.py 44 python2.6 boostrap.py
42 45