changeset 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 108bb9d74fa2
children 9596da27cd7c
files INSTALL
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: