Add protobuf dependencies to installation script

This commit is contained in:
CanbiZ
2025-10-29 15:52:17 +01:00
committed by GitHub
parent 7aaaa9a71f
commit 5a01dd2ec9

View File

@@ -19,6 +19,8 @@ $STD apt install -y \
build-essential \
g++ \
cmake \
libprotobuf-dev \
protobuf-compiler \
libsentencepiece-dev \
libicu-dev
msg_ok "Installed dependencies"