diff --git a/README.md b/README.md index 4758522..e52d990 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ Don't hesitate to report bugs or ask for new features by [openning an issue](htt - Install Microsoft Visual Studio Community 2022 or later. - Open the Visual Studio solution in `platforms/windows/Gearcoleco.sln` and build. -- You may want to use the `platforms/windows/Makefile` to build the application using MinGW. ### macOS @@ -85,7 +84,7 @@ make dist - Ubuntu / Debian / Raspberry Pi (Raspbian): ``` shell -sudo apt-get install build-essential libsdl2-dev libglew-dev libgtk-3-dev +sudo apt install build-essential libsdl2-dev libglew-dev libgtk-3-dev cd platforms/linux make ``` @@ -121,7 +120,7 @@ gmake - Ubuntu / Debian / Raspberry Pi (Raspbian): ``` shell -sudo apt-get install build-essential +sudo apt install build-essential cd platforms/libretro make ```