Skip to content

Commit

Permalink
[misc] fix ubuntu packages in README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LtPeriwinkle committed Jan 17, 2021
1 parent e50015e commit a21e82c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ When you run mist, make sure it is in the same directory as the `assets` directo
### Linux
Requirements are SDL2, SDL2\_Image and SDL2\_TTF shared libraries, as well as development libraries. On ubuntu:
```
sudo apt-get install libsdl2 libsdl2-ttf libsdl2-image libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
sudo apt-get install libsdl2-2.0.0 libsdl2-ttf-2.0.0 libsdl2-image-2.0.0 libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
```

(i think)

On arch:
```
sudo pacman -S sdl2 sdl2_ttf sdl2_image
Expand Down

0 comments on commit a21e82c

Please sign in to comment.