# HG changeset patch # User souliane # Date 1445516760 -7200 # Node ID 47c21905e002b2940ed457d285f6cc57332bd23d # Parent 108bb9d74fa217c4462f96869371fa77cc3c6516 fixes the INSTALL since http://pyj.be has been down for a while (Oliver) diff -r 108bb9d74fa2 -r 47c21905e002 INSTALL --- a/INSTALL Wed Oct 21 15:08:34 2015 +0200 +++ b/INSTALL Thu Oct 22 14:26:00 2015 +0200 @@ -30,11 +30,14 @@ python setup.py install '''(as root, "sudo python setup.py install" for *buntu)''' * install python2-gobject2 from your distribution repositories -* install the git version of pyjamas (http://pyj.be): +* install pyjamas. We use the version which used to be on http://pyj.be, not the fork + from http://pyjs.org. Since http://pyj.be has been down for a while, you can retrieve + the package from our FTP. - git clone git://pyjs.org/git/pyjamas.git + wget ftp://ftp.goffi.org/pyjamas/pyjamas.tar.bz2 + tar xjf pyjamas.tar.bz2 cd pyjamas - python boostrap.py + python bootstrap.py You can need to force a python version if libervia's compilation doesn't work, for example: