Skip to content

Commit

Permalink
Add missing depends to ddnet
Browse files Browse the repository at this point in the history
Obtained from the current ddnet readme
  • Loading branch information
theofficialgman authored May 28, 2022
1 parent 23ff3e2 commit d20a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/DDNet/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version=16.1

#Dependencies
install_packages build-essential cmake git libcurl4-openssl-dev libssl-dev libfreetype6-dev libglew-dev libnotify-dev libogg-dev libopus-dev libopusfile-dev libpnglite-dev libsdl2-dev libsqlite3-dev libwavpack-dev python google-mock libx264-dev || exit 1
install_packages build-essential cmake git libcurl4-openssl-dev libssl-dev libfreetype6-dev libglew-dev libnotify-dev libogg-dev libopus-dev libopusfile-dev libpnglite-dev libsdl2-dev libsqlite3-dev libwavpack-dev python google-mock libx264-dev libavfilter-dev libavdevice-dev libavformat-dev libavcodec-extra libavutil-dev || exit 1

package_available glslang-tools
if [[ $? == "0" ]]; then
Expand Down

0 comments on commit d20a633

Please sign in to comment.