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 on 32- and 64-
29 used to build standard x86-compatible 32-bit binaries, output into the
30 win32 sub-directory. The x64 platform is used for building 64-bit AMD64
31 (aka x86_64 or EM64T) binaries, output into the amd64 sub-directory.
32 The Itanium (IA-64) platform is no longer supported.
37 to using ./configure --with-pydebug on UNIX. All binaries built
40 build and rt (run test) batch files in this directory accept a -d
42 development of CPython, you will most likely use this configuration.
48 sub-directory of this directory. The official Python releases may
56 ----------------------------------------------
65 the 32-bit Win32 platform. It accepts several arguments to change
66 this behavior, try `build.bat -h` to learn more.
70 ---------
82 Sub-Projects
83 ------------
85 The CPython project is split up into several smaller sub-projects which
86 are managed by the pcbuild.sln solution file. Each sub-project is
88 name of the sub-project. These sub-projects fall into a few general
91 The following sub-projects represent the bare minimum required to build
92 a functioning CPython interpreter. If nothing else builds but these,
99 These sub-projects provide extra executables that are useful for running
100 CPython in different ways:
114 These are miscellaneous sub-projects that don't really fit the other
131 The following sub-projects are for individual modules of the standard
156 The following Python-controlled sub-projects wrap external projects.
160 about getting the source for building these libraries. The sub-projects
173 https://github.com/python/cpython-bin-deps.
182 https://github.com/python/cpython-source-deps.
185 the files in the externals/openssl-bin-<version> folder with your own.
196 https://github.com/python/cpython-bin-deps.
205 https://github.com/python/cpython-source-deps.
215 ------------------------
217 The last category of sub-projects listed above wrap external projects
222 directory. This script extracts all the external sub-projects from
223 https://github.com/python/cpython-source-deps
225 https://github.com/python/cpython-bin-deps
241 unless you pass the '-E' option.
245 ---------------------------
258 https://docs.microsoft.com/en-us/cpp/build/profile-guided-optimizations
263 --------------
269 also have to change the "Runtime Library" from "Multi-threaded DLL
270 (/MD)" to "Multi-threaded (/MT)".
274 ------------------------
278 Manager (View -> Other Windows -> Property Manager) but should be