docs: add DLL instructions to README, expand .gitignore

This commit is contained in:
2023-09-10 16:35:31 -05:00
parent da98b54216
commit 0d76c6528b
2 changed files with 13 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
/target /target
.idea /dist
.idea
*.dll

View File

@@ -49,6 +49,16 @@ The latest releases can be found here:
Download each for your architecture, and locate the appropriately named DLL within. Move said DLL to root of this project. Download each for your architecture, and locate the appropriately named DLL within. Move said DLL to root of this project.
In total, you should have the following DLLs in the root of the project:
- SDL2.dll
- SDL2_mixer.dll
- SDL2_ttf.dll
- SDL2_image.dll
- libpngX-X.dll
- Not sure on what specific version is to be used, or if naming matters. `libpng16-16.dll` is what I had used.
- zlib1.dll
## Building ## Building
To build the project, run the following command: To build the project, run the following command: