-
Notifications
You must be signed in to change notification settings - Fork 9
Set up basic build script for windows (#7) #28
base: master
Are you sure you want to change the base?
Conversation
Hey @surepy, how does this script work? Is it supposed to run the game or anything else? On my device, it is just building the dependencies. 😅 |
after you run the script you should have a main.exe on |
@surepy I didn't find any dist folder. Is it just on my machine or anyone else facing the same issue? @95ych Can you please check on your machine? |
can I have the output of Build.bat when you run it? |
@surepy This is what I got. This is not the first time I'm running it, so the dependencies are already satisfies. |
right, python/pipenv is not in your PATH variable in this case. either add python/pipenv to PATH variable or replace the "pipenv" with "python -m pipenv" in the script file. this is what it's supposed to happen
|
really basic build script.
you may or may not need to copypaste hook solution from pygame/pygame#1514 (comment) if running into audio file load issues.
this fixes #7