Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
give exec permissions to build-codegen.sh, set correct libboost version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Oct 26, 2021
1 parent d101d49 commit a3e1f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-codegen.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
set -e

apt update
apt install -y build-essential ffmpeg libboost1.42-dev libtag1-dev zlib1g-dev
apt install -y build-essential ffmpeg libboost1.67-dev libtag1-dev zlib1g-dev
cd src
make

0 comments on commit a3e1f9d

Please sign in to comment.