Author: Amaury Forgeot d'Arc <[email protected]> Branch: Changeset: r45887:554404f0776e Date: 2011-07-22 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/554404f0776e/
Log: Wrap text. No other change. diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -35,11 +35,17 @@ Preping Windows for the Large Build ----------------------------------- -Follow http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=9583842&linkID=9240617 to allow Windows up to 3GB for 32bit applications if you are on a 32bit version of windows. If you are using Visual C++ 2008 (untested with 2005), then you will have a utility called editbin.exe within Visual Studio 9.0\VC\bin. You will need to execute:: +Follow http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=9583842&linkID=9240617 +to allow Windows up to 3GB for 32bit applications if you are on a +32bit version of windows. If you are using Visual C++ 2008 (untested +with 2005), then you will have a utility called editbin.exe within +Visual Studio 9.0\VC\bin. You will need to execute:: editbin /largeaddressaware pypy.exe -on the pypy.exe or python.exe you are using to buld the new pypy. Reboot now if you followed the 3G instructions for 32bit windows. +on the pypy.exe or python.exe you are using to buld the new +pypy. Reboot now if you followed the 3G instructions for 32bit +windows. Installing external packages ---------------------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
