-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to config the VLFEAT_LIBRARY #27
Comments
I use the cd ./vlfeat-0.9.20/
make If make success,in your |
Hi, I face exactly the same question on a Ubuntu 16.04 machine, but when I make under ./vlfeat-0.9.20, there doesn't seem to be a CMakeLists.txt to configure VLFEAT_LIBRARY on cmake-gui. Could you please offer more details about your solution? Thanks a lot! |
ok i have faced the same question, if you solved the problem please tell me |
I ran into the same issue and got it fixed. For me, it is like: This is a simple way to link the VLFEAT library to the project if you're not so familiar with CMake. |
you've mentioned here like this
use the CMake to configure the project and make sure set the VLFEAT_LIBRARY with the "./vlfeat-0.9.20/bin/(the name depend on you system)/libvl"*
I don't quite understand how to configure,while I change the CMakeLists.txt like this
set(VLFEAT_LIBRARY ./vlfeat-0.9.20/bin/glnxa64/libvl), it turns to be /usr/bin/ld: cannot find -l./vlfeat-0.9.20/bin/glnxa64/libvl
The text was updated successfully, but these errors were encountered: