Skip to content

Commit

Permalink
Celeste Classic: add missing build depends
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 22, 2023
1 parent 351699e commit 269691a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Celeste Classic/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd /tmp || error "Could not move to /tmp folder"
status "Installing Dependencies"
install_packages libsdl2-mixer-dev libsdl2-dev libsdl2-image-dev libsndio-dev || exit 1
install_packages build-essential libsdl2-mixer-dev libsdl2-dev libsdl2-image-dev libsndio-dev || exit 1
status "Downloading the game"
sudo rm -rf /tmp/ccleste
git clone https://github.com/lemon32767/ccleste.git --depth=1 && cd ccleste || error "Could Not Pull Latest Source Code"
Expand Down

0 comments on commit 269691a

Please sign in to comment.