Hardware: Raspberry Pi 5
OS: Raspberry Pi OS (Trixie)
Branch: master
cmd: ./build.sh release --package
I'm having trouble running the unified build script on my Pi. I'm getting this error:
CMake Error at /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
Anyone else come across this and managed to fix it? Not sure if it's a Pi-specific error, reads like a missing dependancy but is it a simple apt install?
Thanks
Hardware: Raspberry Pi 5
OS: Raspberry Pi OS (Trixie)
Branch: master
cmd:
./build.sh release --packageI'm having trouble running the unified build script on my Pi. I'm getting this error:
CMake Error at /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)Anyone else come across this and managed to fix it? Not sure if it's a Pi-specific error, reads like a missing dependancy but is it a simple apt install?
Thanks