Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 54f6d4d

Browse files
committed
Suggest using MSYS2 on Windows
Apparently it works
1 parent 4b2be45 commit 54f6d4d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ A customizable and ready-to-compile setup for Game Boy projects using RGBDS.
44
*Contains your bread and butter, yet guaranteed 100% kitchen-sink-free!*
55

66
> [!WARNING]
7-
> Windows users: please use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)! Due to a bug in Make, this project will **not** work outside of WSL!
7+
> Windows users: please use [WSL] or [MSYS2]!
8+
> Due to a bug in Make, this project will **not** work outside of WSL!
89
9-
**[The wiki](https://github.com/ISSOtm/gb-starter-kit/wiki) has information on how to use this project.**
10+
**[The wiki] has information on how to use this project.**
1011

1112
Each sub-directory contains documentation of its own contents, in the form of a `README.md` file.
1213
I suggest starting with `src/`.
@@ -25,3 +26,7 @@ I recommend the [Emulicious](https://emulicious.org) emulator for developing ROM
2526
- [Variable-width font engine](https://github.com/ISSOtm/gb-vwf#readme)
2627
- [Structs in RGBDS](https://github.com/ISSOtm/rgbds-structs#readme)
2728
- [Sound drivers](https://github.com/ISSOtm/fortISSimO/wiki/Drivers-comparison)
29+
30+
[WSL]: https://learn.microsoft.com/en-us/windows/wsl/install
31+
[MSYS2]: https://msys2.org
32+
[the wiki]: https://github.com/ISSOtm/gb-starter-kit/wiki

0 commit comments

Comments
 (0)