简体   繁体   English

如何在Visual Studio中安装Aquila库

[英]How to install aquila library in visual studio

I want to install Aquila library in visual studio. 我想在Visual Studio中安装Aquila库。

I clone the source from this link and using cmake create build files with visual stdio compiler then run ALL_BUILD visual stdio file and build it 我从此链接克隆源,并使用cmake使用可视化stdio编译器创建构建文件,然后运行ALL_BUILD可视化stdio文件并进行构建

but I didn't get include files what is the problem.(I think is's necessary to have include folder in this build directory) 但我没有得到包含文件是什么问题。(我认为在此构建目录中包含包含文件夹是必要的)

Have you set the path of the libraries on your project properties? 您是否在项目属性上设置了库的路径? Project>Rightclick>properties>Debug and there you have a field to add all the paths separated by ";" Project>Rightclick>properties>Debug ,您将有一个字段来添加所有用“;”分隔的路径

You can add it like a relative path if you put it inside your project directory with PATH=%PATH%;$(ProjectDir)\\YourDirectoriesUntilTheDll\\ 如果使用PATH=%PATH%;$(ProjectDir)\\YourDirectoriesUntilTheDll\\将其放在项目目录中,则可以像相对路径一样添加它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM