diff --git a/README.md b/README.md index ac9e0e3b1..9286439c6 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ make -j$(sysctl -n hw.ncpu) ### Installing dependencies on Debian and Ubuntu -Download and place the 32bit MinGW Development Libraries of [SDL2](https://www.libsdl.org/download-2.0.php), [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/), [SDL2_ttf](https://www.libsdl.org/projects/SDL_ttf/) and [Libsodium](https://github.com/jedisct1/libsodium/releases) in `/user/i686-w64-mingw32`. +Download and place the 32bit MinGW Development Libraries of [SDL2](https://www.libsdl.org/download-2.0.php), [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/), [SDL2_ttf](https://www.libsdl.org/projects/SDL_ttf/) and [Libsodium](https://github.com/jedisct1/libsodium/releases) in `/usr/i686-w64-mingw32`. ``` sudo apt-get install cmake gcc-mingw-w64-i686 g++-mingw-w64-i686