Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: psyco_win32/README.chromium

Issue 6777021: Adding Win32 installation of Psyco. This will be used to speed up GYP, adding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « psyco_win32/COPYING.txt ('k') | psyco_win32/psyco/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: psyco_win32/README.chromium
===================================================================
--- psyco_win32/README.chromium (revision 0)
+++ psyco_win32/README.chromium (revision 0)
@@ -0,0 +1,24 @@
+Name: Psyco, compiled for 32-bit Win32
+Short Name: psyco
+License: MIT
+URL: http://psyco.sourceforge.net/
+Version: r80409
+
+Description:
+
+No local modifications.
+
+This is a 32-bit Win32 installation of Psyco, generated as follows on
+a Windows box at the Psyco SVN repository's revision 80409:
+
+a) svn co http://codespeak.net/svn/psyco/dist/ psyco-dist
+
+b) python setup.py build_ext -i
+
+c) Copy the contents of the resulting py-support/ directory to
+ third_party/psyco_win32/psyco
+
+d) Copy COPYING.txt from the SVN checkout to
+ third_party/psyco_win32/COPYING.txt
+
+e) Add this README.chromium file.
« no previous file with comments | « psyco_win32/COPYING.txt ('k') | psyco_win32/psyco/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698