From: Alexis Laferrière Date: Thu, 8 Jun 2017 16:27:10 +0000 (-0400) Subject: gamnit: don't recommend to install a package that is not used anymore X-Git-Url: http://nitlanguage.org gamnit: don't recommend to install a package that is not used anymore Signed-off-by: Alexis Laferrière --- diff --git a/lib/gamnit/README.md b/lib/gamnit/README.md index a289482..8dd9b7e 100644 --- a/lib/gamnit/README.md +++ b/lib/gamnit/README.md @@ -9,7 +9,7 @@ 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 libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev inkscape mpg123 +apt-get install libgles2-mesa-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev inkscape ~~~ Under Windows 64 bits, using msys2, you can install the required packages with: