Skip to content

Commit

Permalink
melonDS: add libenet
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 authored Aug 13, 2024
1 parent 975d14d commit 8de10e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/games_and_emulators/melonDS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ esac

echo "Installing dependencies..."
sleep 1
sudo apt install cmake extra-cmake-modules libcurl4-openssl-dev libpcap0.8-dev libsdl2-dev libslirp-dev libarchive-dev libepoxy-dev libzstd-dev libwayland-dev -y || error "Could not install dependencies"
sudo apt install cmake extra-cmake-modules libcurl4-openssl-dev libpcap0.8-dev libsdl2-dev libslirp-dev libarchive-dev libepoxy-dev libzstd-dev libwayland-dev libenet-dev -y || error "Could not install dependencies"

echo "Building MelonDS..."
sleep 1
Expand Down

0 comments on commit 8de10e1

Please sign in to comment.