Update samples/tetris/README.md (#3873)

This commit is contained in:
Mike Sinkovsky
2020-02-14 16:28:33 +05:00
committed by GitHub
parent beea709d5e
commit a4407e69f7
+1 -2
View File
@@ -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`.