Wiki

Clone wiki

Multimodal Pixel Annotator / Compilation and set-up

Compilation and set-up

Besides a C++11 compatible compiler, the following libraries are required:

Windows

For Windows, you may use the 'pixelAnnotator.sln' along with Visual Studio (2015) to compile the program. The QT5Package plug-in for Visual Studio is recommended. Alternatively, use QT Creator to open the 'pixelAnnotator.pro' file.

Mac

See the 'deploymentScript' folder for instructions.

Linux

Use QT Creator to open the 'pixelAnnotator.pro' file and compile from here

Updated