I have successfully installed boost with VC express (windows), but am having trouble getting the DOT reader going. I don't seem to have the bgl-viz library. I have followed the directions on the "getting started" page and the read_graphviz page, but I must be doing something wrong, because I am not getting the bgl-viz library. I'm new to boost and C++, so please forgive me if these are elementary questions. How do I build the bgl-viz library? Thanks.
On Jan 10, 2006, at 11:16 AM, VP of Communciations wrote:
I have successfully installed boost with VC express (windows), but am having trouble getting the DOT reader going.
I don't seem to have the bgl-viz library. I have followed the directions on the "getting started" page and the read_graphviz page, but I must be doing something wrong, because I am not getting the bgl-viz library.
I'm new to boost and C++, so please forgive me if these are elementary questions.
How do I build the bgl-viz library?
You should just be able to type "bjam" in libs/graph/build. Is that failing to build the library? Doug
participants (2)
-
Doug Gregor
-
VP of Communciations