You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, Tools\msi\buildrelease.bat -x86 / Tools\msi\buildrelease.bat -x64 works for me now. It seems that it is not necessary to add the folder containing gendef.exe (This should be externals\windows-installer\binutils relative to the source root) to PATH.
Hi, I read the docs on https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html and it seems do not provide the instructions or guides on how to make the windows installer?
I use
\Tools\msi\build.bat -x86
orTools\msi\buildrelease.bat -x86
currently, it only build the executables and a lot of msi.And the build files
python-3.10.5.exe
orpython-3.10.5-amd64.exe
is quite samll.Could you share your solutions?
The text was updated successfully, but these errors were encountered: