[readme] Add link to QuickBuffers release page (#5795)

This commit is contained in:
Peter Johnson
2023-10-19 22:07:40 -07:00
committed by GitHub
parent cf54d9ccb7
commit b14a61e1c0

View File

@@ -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.