安装cmd命令:
来自:
http://stackoverflow.com/questions/18163132/how-to-install-flann-and-pyflann-on-windows
cd C:\flann-1.8.4-src\
mkdir build
cd build
cmake .. -G "NMake Makefiles"
nmake install
一个日本的安装指南,不过我试了还是不行:
https://gist.github.com/UnaNancyOwen/1e3fced09e4430ad0b7b
flann官网是:
https://github.com/mariusmuja/flann
成功了。
在flann_example 预处理器中添加:
H5_BUILT_AS_DYNAMIC_LIB
来自:hdf5项目使用