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. |