- Install Git
- Install Visual Studio 2013 or later:
- Install Qt (Version 5.4 or greater)
- Make sure you select the correct version (
msvc2013 64-bitor similar)
- Make sure you select the correct version (
- Add Qt to your PATH (
C:\Qt\5.4\msvc2013_64\binor similar)
git clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -tp vc -rVisual Studio:
- Open ImagePlay.sln
- Set ImagePlay as startup project.
- Run
Qt Creator:
- Open ImagePlay.pro
- Disable Shadow build in the project settings.
- Run
First make sure you have a recent version of XCode.
Install Homebrew
brew install qt5
brew link --force qt5git clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -recursive
make The following packages are necessary to compile (Debian/Ubuntu).
sudo apt-get install qt5-default qt5-qmake git
sudo apt-get install libfreeimage-dev libopencv-core-dev libopencv-core-dev libopencv-imgproc-dev libopencv-highgui-devgit clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -recursive
make