jakobwilm / slstudio

SLStudio -- Real Time Structured Light. A comprehensive software suite for capturing and reconstructing 3D scenes with a camera-projector pair.
Other
515 stars 194 forks source link

Ubuntu dependencies #11

Closed sepastian closed 7 years ago

sepastian commented 7 years ago

Hi, I'm just compiling your project and had to install two additional packages, so the dependencies for Ubuntu (16.04) become:

sudo apt-get install qt5-qmake libvtk6-qt-dev libpcl-dev libopencv-dev libglew-dev qtcreator qt5-default libusb-1.0-0-dev

qt5-default is required on systems that have both Qt4 and Qt5 installed. Without this package, qmake would fail on my machine.

libusb-1.0-0-dev is a dependency in src/SLStudio.pro.

jakobwilm commented 7 years ago

Thanks a lot Sepastian. I changed the readme accordingly.