Skip to content

Commit 5a01dd2

Browse files
authored
Add protobuf dependencies to installation script
1 parent 7aaaa9a commit 5a01dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/libretranslate-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ $STD apt install -y \
1919
build-essential \
2020
g++ \
2121
cmake \
22+
libprotobuf-dev \
23+
protobuf-compiler \
2224
libsentencepiece-dev \
2325
libicu-dev
2426
msg_ok "Installed dependencies"

0 commit comments

Comments
 (0)