Skip to content

Commit

Permalink
Update build-everything.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonsfor authored Jan 21, 2023
1 parent 3123fe2 commit bed32cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
set -e

sudo apt-get update -y -qq && sudo apt-get upgrade -y -qq
sudo apt-get install -y -qq --no-install-recommends build-essential git nasm libpng-dev zlib1g-dev libsdl2-dev libsdl2-mixer-dev libgme-dev libopenmpt-dev libcurl4-openssl-dev rapidjson-dev cmake fuse pkg-config
sudo apt-get install -y -qq --no-install-recommends build-essential git nasm libpng-dev zlib1g-dev libsdl2-dev libsdl2-mixer-dev libgme-dev libopenmpt-dev libcurl4-openssl-dev rapidjson-dev cmake fuse3 pkg-config

git clone --branch master --single-branch --no-tags https://github.com/discord/discord-rpc.git
cd discord-rpc
Expand Down

0 comments on commit bed32cb

Please sign in to comment.