Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 419 Bytes

File metadata and controls

12 lines (9 loc) · 419 Bytes

directions for compilation:

  • download wpilib source (the archive from the releases page), then install using cmake and make:
mkdir build-cmake && cd build-cmake
cmake .. -DWITH_JAVA=OFF -DWITH_JAVA_SOURCE=OFF -DWITH_CSCORE=OFF -DWITH_EXAMPLES=OFF -DWITH_TESTS=OFF -DWITH_GUI=OFF -DWITH_SIMULATION_MODULES=OFF
make install -jX
  • install opencv using system package manager

  • build this repo using cmake