From b14a61e1c0fb4c8989a4c88b0c2081e1eb8267cd Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 19 Oct 2023 22:07:40 -0700 Subject: [PATCH] [readme] Add link to QuickBuffers release page (#5795) --- README-CMAKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CMAKE.md b/README-CMAKE.md index c85a089981..b0d54730ff 100644 --- a/README-CMAKE.md +++ b/README-CMAKE.md @@ -20,7 +20,7 @@ By default, all libraries except for the HAL and WPILib get built with a default The jinja2 pip package is needed to generate classes for NT4's pubsub. -The protobuf library and compiler are needed for protobuf generation. The QuickBuffers protoc-gen package is also required when Java is being built. +The protobuf library and compiler are needed for protobuf generation. The QuickBuffers protoc-gen package is also required when Java is being built; this can be obtained from https://github.com/HebiRobotics/QuickBuffers/releases/. OpenCV needs to be findable by CMake. On systems like the Jetson, this is installed by default. Otherwise, you will need to build OpenCV from source and install it.