开发者

Install\build FANN in Qt !

开发者 https://www.devze.com 2023-03-19 07:37 出处:网络
I tried to integrate FANN library ( Artificial neural network ) with Qt, but I got errors! My FANN librar开发者_如何学JAVAy version is (fann-2.1.0). It doesn\'t contain *.dll and *.lib files. It just

I tried to integrate FANN library ( Artificial neural network ) with Qt, but I got errors! My FANN librar开发者_如何学JAVAy version is (fann-2.1.0). It doesn't contain *.dll and *.lib files. It just contains header & source files. So, I thought may I need to put all files in my project folder, but I still get errors!!

Anybody have idea about install FANN in Qt properly??


you must be build FANN for windows there is a project file for VS IDE for Linux use general meteod (configure , make , make install ) after building library you can see lib files

0

精彩评论

暂无评论...
验证码 换一张
取 消