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.