Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 357 Bytes

install-travislib.md

File metadata and controls

15 lines (11 loc) · 357 Bytes

Install Travis

This library is a wrapper of OpenCV hosted on GitHub.

Install Travis (Ubuntu)

git clone https://github.com/roboticslab-uc3m/travislib.git
cd travislib/main; mkdir build; cd build
cmake ..
make -j$(nproc)  # compile
sudo make install; sudo ldconfig; cd  # install and go home