From 6596dd62ae0a4111066537cb93bce520b05441b3 Mon Sep 17 00:00:00 2001 From: xx979xx <40252818+xx979xx@users.noreply.github.com> Date: Wed, 27 May 2020 22:24:04 +0300 Subject: [PATCH] add pygmae dependencies (#1573) https://www.pygame.org/wiki/CompileUbuntu#Python%203.x%20into%20virtual%20environment --- tools/ubuntu_setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ubuntu_setup.sh b/tools/ubuntu_setup.sh index 9f09279d..9d3abc79 100755 --- a/tools/ubuntu_setup.sh +++ b/tools/ubuntu_setup.sh @@ -33,6 +33,8 @@ sudo apt-get update && sudo apt-get install -y \ libusb-1.0-0-dev \ libzmq3-dev \ libczmq-dev \ + libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev \ + libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev \ locales \ ocl-icd-libopencl1 \ ocl-icd-opencl-dev \