Skip to content

Commit 5bb09e1

Browse files
committed
Merge branch 'lukexi-patch-1' into master-next
2 parents 794a5bf + d553240 commit 5bb09e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ On OSX you can install SDL with [homebrew](http://brew.sh/). pkg-config is also
1414

1515
brew install sdl2 pkg-config
1616

17+
On Windows you can install SDL with `pacman` under [MSYS2](https://msys2.github.io/) (or use [stack's embedded MSYS2](https://www.reddit.com/r/haskellgamedev/comments/4jpthu/windows_sdl2_is_now_almost_painless_via_stack/)).
18+
19+
pacman -S mingw-w64-x86_64-pkg-config mingw-w64-x86_64-SDL2
20+
1721
# Contributing
1822

1923
We need your help! The SDL API is fairly large, and the more hands we have, the

0 commit comments

Comments
 (0)