[Python-Dev] devinabox: Add a script which will build CPython.
Antoine Pitrou
solipsis at pitrou.net
Wed Mar 2 12:08:07 CET 2011
More information about the Python-Dev mailing list
Wed Mar 2 12:08:07 CET 2011
- Previous message: [Python-Dev] contributors survey?
- Next message: [Python-Dev] Improvements for Porting C Extension from 2 to 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 28 Feb 2011 23:03:50 +0100 brett.cannon <python-checkins at python.org> wrote: > + > +if sys.platform == 'win32': > + print("See the devguide's Getting Set Up guide for building under Windows") Actually, you can also build from the command line under Windows: using Tools/buildbot/build.bat or Tools/buildbot/build-amd64.bat depending on the build you want (but perhaps it's good to teach people to use the MSVC UI, since that's the reference IDE under Windows; besides, these scripts will need MSVN installed anyway). Regards Antoine.
- Previous message: [Python-Dev] contributors survey?
- Next message: [Python-Dev] Improvements for Porting C Extension from 2 to 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list