Hi all, I know BGL just a few days. I need yours help. Now I only want to use the graph in the boost1.33.1 , how can I compile the only one component graph in vc6 or vs2005. So much thanks to your detail reply. Thanks again.
Hi,
On 2/1/07, fcvcnet
Hi all, I know BGL just a few days. I need yours help. Now I only want to use the graph in the boost1.33.1 , how can I compile the only one component graph in vc6 or vs2005. So much thanks to your detail reply.
A very good starting point is maybe the documentation at: http://boost.org/libs/graph/doc/table_of_contents.html and especially the first point: http://boost.org/libs/graph/doc/index.html Quoting from there: "How to Build the BGL : DON'T!" The BGL is (with a small exception) header only. HTH, Stephan
Thank you , you write:
and especially the first point: http://boost.org/libs/graph/doc/index.html Quoting from there: "How to Build the BGL : DON'T!" The BGL is (with a small exception) header only.
and I saw this : http://www.boost.org/more/getting_started.html#Build_Install maybe I didn't express myself clearly in english. Now I just use only one component graph, and I want to know how to "Build_Install " graph in vc6 or vc2005. Thanks you so much.
On 1/31/07, fcvcnet
Hi all, I know BGL just a few days. I need yours help. Now I only want to use the graph in the boost1.33.1 , how can I compile the only one component graph in vc6 or vs2005. So much thanks to your detail reply. Thanks again.
The BGL Graphviz parser *does* need to be compiled, but the rest of BGL does not (since it is all just header files). Unfortunately, I do not know how to compile the BGL Graphviz parser with Visual Studio though :-(
On Feb 26, 2007, at 2:36 PM, David Baird wrote:
On 1/31/07, fcvcnet
wrote: Hi all, I know BGL just a few days. I need yours help. Now I only want to use the graph in the boost1.33.1 , how can I compile the only one component graph in vc6 or vs2005. So much thanks to your detail reply. Thanks again.
The BGL Graphviz parser *does* need to be compiled, but the rest of BGL does not (since it is all just header files). Unfortunately, I do not know how to compile the BGL Graphviz parser with Visual Studio though :-(
The easiest way is just to include libs/graph/src/ read_graphviz_spirit.cpp in your project... Cheers, Doug
participants (4)
-
David Baird
-
Doug Gregor
-
fcvcnet
-
Stephan Diederich