本安装步骤参考了:http://www.16kan.com/question/detail/182225.html
Igraph actually does work with Visual C++ 2010 Express, we test this before releases, and I have just tried it. You need to do the following steps.
本安装步骤参考了:http://www.16kan.com/question/detail/182225.html
Igraph actually does work with Visual C++ 2010 Express, we test this before releases, and I have just tried it. You need to do the following steps.
相关文章:
My Documents\Visual Studio 2010\Projects.igraph.slnsolution file inigraph-0.6-msvc\igraph-0.6-msvcdirectory from Visual Studio.To test it you can open the solution file in the
igraphtestdirectory, convert it as well, choose 'Release' builds, and then build it. It is a simple C++ program that uses igraph to create a graph and write it into the file out.txtYou have to set up include and library directories:
1. Set the include directory as: My Documents\Visual Studio 2010\Projects\igraph-0.6.5-msvc\include
2. Set the library directory as: My Documents\Visual Studio 2010\Projects\igraph-0.6.5-msvc\Release