Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 419 Bytes

README.md

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