Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 237 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 237 Bytes

Instructions

Initial setup requires the creaion of a build directory, running cmake, and make as follows:

$ mkdir build
$ cd build
$ cmake ..
$ make

To run the program (from the build directory):

$ ./cv_track_targets