Skip to content

Commit

Permalink
Duckstation: yet another script missing GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 authored Mar 6, 2024
1 parent 50e4bea commit 590158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/games_and_emulators/duckstation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impish | focal | bionic)
;;
esac

sudo apt install -y cmake libsdl2-dev libxrandr-dev pkg-config qt6-base-dev qt6-base-private-dev qt6-base-dev-tools qt6-tools-dev libevdev-dev git libcurl4-gnutls-dev libgbm-dev libdrm-dev ninja-build qt6-l10n-tools qt6-tools-dev-tools || error "Could not install dependencies"
sudo apt install -y gcc g++ cmake libsdl2-dev libxrandr-dev pkg-config qt6-base-dev qt6-base-private-dev qt6-base-dev-tools qt6-tools-dev libevdev-dev git libcurl4-gnutls-dev libgbm-dev libdrm-dev ninja-build qt6-l10n-tools qt6-tools-dev-tools || error "Could not install dependencies"

git clone https://github.com/stenzek/duckstation
cd duckstation
Expand Down

0 comments on commit 590158a

Please sign in to comment.