mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 09:15:46 -06:00
docs: add DLL instructions to README, expand .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
/target
|
/target
|
||||||
.idea
|
/dist
|
||||||
|
.idea
|
||||||
|
*.dll
|
||||||
10
README.md
10
README.md
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user