-
-
Notifications
You must be signed in to change notification settings - Fork 164
Compiling on Windows
Dan Lawrence edited this page Feb 14, 2023
·
13 revisions
-
Clone/Checkout pygame-ce from github.
-
Install Visual Studio Build tools. Make sure you Install the "Desktop Development with C++" option (including optional components) to get the latest Visual Studio C compiler. See:
-
Open a "Developer Command Prompt":
-
cd
into the pygame-ce directory on your PC. -
enter the following commands:
set DISTUTILS_USE_SDK=1
set MSSdk=1
python -m buildconfig --download
pip install .
-
It should look a bit like this when it starts going: