Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekYang2 authored Jul 19, 2024
1 parent 53e3a3d commit b8f9d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The only dependency is Raylib, which already has static libraries for Windows an
### Windows
Call `mingw32-make all` in the root directory of the project to compile the executable. Call `mingw32-make run` to run the `.exe`, or run it directly by other means. If you want to compile and run the `.exe` in one command, call `mingw32-make default`.
- Call `mingw32-make clean` to remove all old object files.
- Call `mingw32-make release` after cleaning to compile a release version of the `.exe`. This will be a bit slower due to static compilation.
- Call `mingw32-make release` after cleaning to compile a release version of the `.exe`. The folders `data`, `fonts`, `languages`, `screenshots`, `sounds`, `themes` should be in the same root folder as the executable. Include any assets of your choice, as long as they are the right file format. The executable is then ready to run!

Note that some may use `make` instead of `mingw32-make` which is typically installed from MSYS2. Use whatever Makefile command you prefer.

Expand All @@ -105,4 +105,4 @@ For Windows 10 and 11, the .exe file is standalone -- you should be able to dire
- Ideally, there should have been a better layout management system for dynamic aspect ratio and screen scaling.

## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

0 comments on commit b8f9d33

Please sign in to comment.