tests: add some runtime error in nitin.input
[nit.git] / lib / gamnit / README.md
index a9882df..5b12210 100644 (file)
@@ -9,7 +9,13 @@ To compile the _gamnit_ apps packaged with the Nit repositoy on GNU/Linux you ne
 Under Debian 8.2, this command should install everything needed:
 
 ~~~
-apt-get install libgles2-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev inkscape mpg123
+apt-get install libgles2-mesa-dev libsdl2-dev libsdl2-image-dev inkscape mpg123
+~~~
+
+Under Windows 64 bits, using msys2, you can install the required packages with:
+
+~~~
+pacman -S mingw-w64-x86_64-angleproject-git mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image
 ~~~
 
 # Services by submodules