minor fixes

This commit is contained in:
Anthony Samms
2025-10-20 09:54:46 -04:00
parent 9807a344dd
commit b1fd3c1fbf
2 changed files with 8 additions and 0 deletions

View File

@@ -85,6 +85,14 @@ Go to the project directory
cd PyTaiko cd PyTaiko
```` ````
Either reuse the dlls/libraries from the compiled version or compile them yourself
(Optional)
```
cd libs/audio
make
```
Then move the compiled dlls to the main directory
Start the game Start the game
```bash ```bash

View File