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

Commit a3e1f9d

Browse files
committed
give exec permissions to build-codegen.sh, set correct libboost version
1 parent d101d49 commit a3e1f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-codegen.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
set -e
66

77
apt update
8-
apt install -y build-essential ffmpeg libboost1.42-dev libtag1-dev zlib1g-dev
8+
apt install -y build-essential ffmpeg libboost1.67-dev libtag1-dev zlib1g-dev
99
cd src
1010
make

0 commit comments

Comments
 (0)