System information (version)
OpenCV => 3.3.1 with cuda10 - Operating System / Platform => Ubuntu16.04 - Compiler => vim
Detailed description
When i process the last steps below, I encounter the make error as the image show
Can you give me some advice? Thanks a lot!
Steps to reproduce
- clone the OpenDTAM
- install qtbase5-dev
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa sudo apt-get update sudo apt-get install qtbase5-dev
- install boost
sudo apt-get install libboost-system-dev libboost-thread-dev
- List itemBuild OpenDTAM
cd OpenDTAM mkdir build cd build cmake ../Cpp make -j4