Lines Matching +full:cpython +full:- +full:bin +full:- +full:deps
2 -----------------
9 2. Run "build.bat" to build Python in 32-bit Release configuration.
10 3. (Optional, but recommended) Run the test suite with "rt.bat -q".
14 ------------------------------------------
16 This directory is used to build CPython for Microsoft Windows NT version
21 command-line builds, Visual Studio 2015 may also be used.)
31 used to build standard x86-compatible 32-bit binaries, output into the
32 win32 sub-directory. The x64 platform is used for building 64-bit AMD64
33 (aka x86_64 or EM64T) binaries, output into the amd64 sub-directory.
34 The Itanium (IA-64) platform is no longer supported.
39 to using ./configure --with-pydebug on UNIX. All binaries built
42 build and rt (run test) batch files in this directory accept a -d
44 development of CPython, you will most likely use this configuration.
50 sub-directory of this directory. The official Python releases may
58 ----------------------------------------------
67 the 32-bit Win32 platform. It accepts several arguments to change
68 this behavior, try `build.bat -h` to learn more.
72 ---------
84 Sub-Projects
85 ------------
87 The CPython project is split up into several smaller sub-projects which
88 are managed by the pcbuild.sln solution file. Each sub-project is
90 name of the sub-project. These sub-projects fall into a few general
93 The following sub-projects represent the bare minimum required to build
94 a functioning CPython interpreter. If nothing else builds but these,
101 These sub-projects provide extra executables that are useful for running
102 CPython in different ways:
116 These are miscellaneous sub-projects that don't really fit the other
132 The following sub-projects are for individual modules of the standard
157 The following Python-controlled sub-projects wrap external projects.
161 about getting the source for building these libraries. The sub-projects
174 https://github.com/python/cpython-bin-deps.
183 https://github.com/python/cpython-source-deps.
186 the files in the externals/openssl-bin-<version> folder with your own.
197 https://github.com/python/cpython-bin-deps.
206 https://github.com/python/cpython-source-deps.
216 ------------------------
218 The last category of sub-projects listed above wrap external projects
223 directory. This script extracts all the external sub-projects from
224 https://github.com/python/cpython-source-deps
226 https://github.com/python/cpython-bin-deps
242 unless you pass the '-E' option.
246 ---------------------------
259 http://msdn.microsoft.com/en-us/library/e7k32f4k(VS.140).aspx
264 --------------
270 also have to change the "Runtime Library" from "Multi-threaded DLL
271 (/MD)" to "Multi-threaded (/MT)".
275 ------------------------
279 Manager (View -> Other Windows -> Property Manager) but should be