jveitchmichaelis / deeplabel

A cross-platform desktop image annotation tool for machine learning
205 stars 39 forks source link

issue with building on ubuntu 18.04 #20

Closed sa7ina closed 4 years ago

sa7ina commented 4 years ago

Hi

when i try building i get qmake: could not find a Qt installation of '' what does it mean? how can i fix it?

10x for the great tool.

jveitchmichaelis commented 4 years ago

Odd, do you have Qt installed? (if so, how did you install it/what version)

sa7ina commented 4 years ago

Ok My bad. I thought if i had qtcreator installed that's enough. apt installed qt5-default. but now i get: Project MESSAGE: Linux Cannot read /home/ei8ht/deeplabel/QtAwesome/QtAwesome/QtAwesome.pri: No such file or directory 10x for your help!

edit: When i open the project in qtcreator it says: `/deeplabel/src/imagedisplay.h:10:10: fatal error: QtAwesome.h: No such file or directory

include `

The folder QtAwesome is really empty.

sa7ina commented 4 years ago

Solved this one too.

Cloned https://github.com/gamecreature/QtAwesome.git in deeplabel dir and it worked.

Issue solved. 10X again!

jveitchmichaelis commented 4 years ago

It's a submodule, so you need to run git submodule update --init --recursive :)

If you get everything to compile, please close the issue, thanks!

sa7ina commented 4 years ago

OK Did not know that. :)