Skip to content

Commit

Permalink
update scripts to include pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Jan 25, 2024
1 parent 1ad3736 commit 265d87b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/debian-11/1-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex

apt-get update -y

apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config
2 changes: 1 addition & 1 deletion scripts/debian-12/1-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex

apt-get update -y

apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config
2 changes: 1 addition & 1 deletion scripts/ubuntu-20.04/1-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex

apt-get update -y

apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config
2 changes: 1 addition & 1 deletion scripts/ubuntu-22.04/1-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex

apt-get update -y

apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config

0 comments on commit 265d87b

Please sign in to comment.