From a4407e69f7ea08644d0347c66f17bd7b6d2643d0 Mon Sep 17 00:00:00 2001 From: Mike Sinkovsky Date: Fri, 14 Feb 2020 16:28:33 +0500 Subject: [PATCH] Update samples/tetris/README.md (#3873) --- samples/tetris/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/tetris/README.md b/samples/tetris/README.md index 62c52214b1c..ca961c9f74e 100644 --- a/samples/tetris/README.md +++ b/samples/tetris/README.md @@ -7,8 +7,7 @@ of cross-platform game and multimedia applications. Install SDL2 development files (see https://www.libsdl.org/download-2.0.php). For Mac - copy `SDL2.framework` to `$HOME/Library/Frameworks`. For Debian-like Linux - use `apt-get install libsdl2-dev`. -For Windows - `pacman -S mingw-w64-x86_64-SDL2` in MinGW64 console -or `pacman -S mingw-w64-i686-SDL2` in MinGW32 console. If you do not have MSYS2-MinGW64 (MSYS2-MinGW32) +For Windows - `pacman -S mingw-w64-x86_64-SDL2 mingw-w64-i686-SDL2` in MSYS2 console. If you do not have MSYS2 installed - install it first as described in http://www.msys2.org To build Tetris application for your host platform use `../gradlew assemble`.