Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Aug 30, 2024
1 parent 50a2871 commit 9cf18eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 9cf18eb

Please sign in to comment.