rhiestan / Regard3D

A open source structure-from-motion program based on OpenMVG.
241 stars 43 forks source link

cannot find -lvlsift #16

Open wangbing8895 opened 6 years ago

wangbing8895 commented 6 years ago

when I build Regard3D,I have a problem,"cannot find -lvlsift".Then I download VLFeat and make it.But it doesn't havf vlsift.so.I want to konw how r u do?

rhiestan commented 6 years ago

This is an optional third-party library. Regard3D compiles fine without. However, you should make sure that CMake does not see any part of VLFeat, maybe it finds include files and then wants to link against it.