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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « psyco_win32/COPYING.txt ('k') | psyco_win32/psyco/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Psyco, compiled for 32-bit Win32
2 Short Name: psyco
3 License: MIT
4 URL: http://psyco.sourceforge.net/
5 Version: r80409
6
7 Description:
8
9 No local modifications.
10
11 This is a 32-bit Win32 installation of Psyco, generated as follows on
12 a Windows box at the Psyco SVN repository's revision 80409:
13
14 a) svn co http://codespeak.net/svn/psyco/dist/ psyco-dist
15
16 b) python setup.py build_ext -i
17
18 c) Copy the contents of the resulting py-support/ directory to
19 third_party/psyco_win32/psyco
20
21 d) Copy COPYING.txt from the SVN checkout to
22 third_party/psyco_win32/COPYING.txt
23
24 e) Add this README.chromium file.
OLDNEW
« 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