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

Unified Diff: third_party/psyco_win32/README.chromium

Issue 6778017: Add use of Psyco to GYP on Windows. On my z600 with 12 GB of RAM, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for non-Windows platforms. 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
Index: third_party/psyco_win32/README.chromium
diff --git a/third_party/psyco_win32/README.chromium b/third_party/psyco_win32/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..2840d8266a928d87a50b032aa1388b6b481e7243
--- /dev/null
+++ b/third_party/psyco_win32/README.chromium
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698