Skip to content

Commit

Permalink
Add SDL2.dll to Windows setup instructions (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostbyte0x70 committed Jun 14, 2024
1 parent 2f9bda1 commit 088a011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILDING_WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ pip install --force-reinstall (Resolve-Path C:\gtk-build\build\x64\release\pygob
pip install --force-reinstall (Resolve-Path C:\gtk-build\build\x64\release\pycairo\dist\pycairo*.whl)
```

The SDL2 library is also required for the built-in emulator. Download it from https://skytemple.org/build_deps/SDL2.dll and place it on `<some-directory-for-skytemple-dev>/.venv/Lib/site-packages`. If you did not create a virtual environment, place it somewhere that is included in your system's PATH so Windows can find it when needed.

You can now clone any SkyTemple repo and install it in editable mode. Some are:

- https://github.com/SkyTemple/tilequant.git
Expand Down

0 comments on commit 088a011

Please sign in to comment.