[pypy-svn] r59764 - pypy/trunk/pypy/doc

antocuni at codespeak.net antocuni at codespeak.net
Fri Nov 7 16:24:38 CET 2008


Author: antocuni
Date: Fri Nov  7 16:24:37 2008
New Revision: 59764

Modified:
   pypy/trunk/pypy/doc/maemo.txt
Log:
- the installation script requires the -s parameter

- I got confused and didn't understand that you need to run translate.py on
  the host system; try to clarify a bit



Modified: pypy/trunk/pypy/doc/maemo.txt
==============================================================================
--- pypy/trunk/pypy/doc/maemo.txt	(original)
+++ pypy/trunk/pypy/doc/maemo.txt	Fri Nov  7 16:24:37 2008
@@ -38,7 +38,7 @@
 
 and run this script as root::
 
-  $ sh maemo-scratchbox-install_4.1.1.sh -u ACCOUNTNAME 
+  $ sh maemo-scratchbox-install_4.1.1.sh -s /scratchbox -u ACCOUNTNAME 
 
 The script will automatically download Debian packages or tarballs 
 and pre-configure a scratchbox environment with so called "devkits" 
@@ -133,7 +133,7 @@
 its own copies of GCC, various C libraries and header files
 which pypy needs for successful cross-compilation.  
 
-Now perform a subversion checkout of PyPy::
+Now, on the host system, perform a subversion checkout of PyPy::
 
     svn co https://codespeak.net/svn/pypy/trunk pypy-trunk
 



More information about the Pypy-commit mailing list