biometrics / openbr

Open Source Biometrics, Face Recognition
www.openbiometrics.org
Other
2.84k stars 772 forks source link

Command line error #526

Open edvenkat opened 7 years ago

edvenkat commented 7 years ago

While run this command, i am getting error cmake -DCMAKE_PREFIX_PATH=~/Qt/5.4.1/clang_64 -DCMAKE_BUILD_TYPE=Release ..

i don't know the meaning of this "~/Qt/5.4.1/clang_64"

please advice.....

Keyurpatel93 commented 7 years ago

DCMAKE_PREFIX_PATH specifies a path for the CMAKE Build system and DCMAKE_BUILD_TYPE specifies to build in Release mode.

The reason why you maybe getting errors is because that QT version installed on your machine is not 5.4.1 or because it was installed to a different path. Please update the path "\~/Qt/5.4.1/clang_64" to where QT is installed on your machine. My path, for example is "\~/Qt5.5.0/5.5/clang_64/".

edvenkat commented 7 years ago

So we cann't do the face recognition without QT is correct? please advice @Keyurpatel93