Skip to content

Commit

Permalink
Update Ubuntu Build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger committed Feb 7, 2021
1 parent 10057ed commit 0dbb21b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CI/install-dependencies-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ set -ex
sudo add-apt-repository -y ppa:obsproject/obs-studio
sudo apt-get -qq update

sudo apt-get -y build-dep obs-studio

sudo apt-get install -y \
libc-dev-bin \
libc6-dev git \
build-essential \
checkinstall \
cmake \
obs-studio \
qtbase5-dev
qtbase5-dev \
libasound2-dev

# Dirty hack
sudo wget -O /usr/include/obs/obs-frontend-api.h https://raw.githubusercontent.com/obsproject/obs-studio/25.0.0/UI/obs-frontend-api/obs-frontend-api.h
Expand Down

0 comments on commit 0dbb21b

Please sign in to comment.