IkomiaStudio icon indicating copy to clipboard operation
IkomiaStudio copied to clipboard

Missing file, unable to compile properly!

Open SindreYang opened this issue 2 years ago • 1 comments

Describe the bug

  1. lkomiaStudio-0.6.1\IkomiaStudio-0.6.1\Main\AppDefine.hpp:22: error: 'Main/CoreDefine.hpp' file not found
  2. IkomiaStudio-0.6.1\Main\AppDefine.hpp:23: error: 'Workflow/CViewPropertyIO.h' file not found
  3. IkomiaStudio-0.6.1\IkomiaStudio-0.6.1\Main\pch.hpp:46: error: 'CException.h' file not found

To Reproduce

  1. Open Qt Creator 6.0.2
  2. Compile and run

Expected behavior good running

Environment:

  • OS: Windows 10
  • Ikomia Studio version 0.6.1

Additional context Is there a related compilation explanation documentation?

SindreYang avatar May 14 '22 02:05 SindreYang

Hi @sindre97, thank you for your interest. Unfortunately, there is no compilation documentation at the moment. Ikomia Studio is a quiet large C++ project with many dependencies. So that's why you can't compile it directly from the Qt project.

For the moment, the recommended way to use Ikomia Studio is to create an Ikomia account here and download the complete installer here.

LudoBar avatar Jun 09 '22 12:06 LudoBar