Skip to content

Commit

Permalink
append pnglite install for Arch Linux in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamcane committed Feb 15, 2024
1 parent e08c28f commit a0bad72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Installing dependencies
# Fedora
sudo dnf install @development-tools cmake gcc-c++ git freetype-devel pnglite-devel python3 SDL2-devel wavpack-devel

# Arch Linux (doesn't have pnglite in its repositories)
sudo pacman -S --needed base-devel cmake freetype2 git python sdl2 wavpack
# Arch Linux
sudo pacman -S --needed base-devel cmake freetype2 git python sdl2 wavpack pnglite

# macOS
brew install cmake freetype sdl2
Expand Down

0 comments on commit a0bad72

Please sign in to comment.