]> granicus.if.org Git - graphviz/commitdiff
Update libguide to note that a program needs to link in the cgraph library,
authorEmden R. Gansner <erg@alum.mit.edu>
Wed, 4 Dec 2013 14:01:44 +0000 (09:01 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Wed, 4 Dec 2013 14:01:44 +0000 (09:01 -0500)
not the graph library.

doc/libguide/build.tex
doc/libguide/libguide.pdf

index 7e67b0b0af72397dcbb1e116df1cb9511d54a0f0..502b30bd3d29230641a62dd24b5eb84a185e983e 100644 (file)
@@ -9,7 +9,7 @@ the build environment to use the necessary include files and
 libraries.
 
 All of the necessary include files and libraries are available
-in the {\tt include} and {\tt lib} directories where \gviz\
+in the {\tt include}, {\tt lib} and {\tt bin} directories where \gviz\
 is installed. At the simplest level, all an application needs
 to do to use the layout algorithms is to include {\tt gvc.h},
 which provides (indirectly) all of the \gviz\ types and functions,
@@ -19,7 +19,7 @@ and link the program with the necessary libraries.
 For linking, the application should use the \gviz\ libraries 
 \begin{itemize}
 \item {\tt gvc}
-\item {\tt graph}
+\item {\tt cgraph}
 \item {\tt cdt}
 \end{itemize}
 If the system is configured to use plug-ins, these libraries
index 60c6860b8d895033004911e089a026569fe8ff76..934a1d13b98b68fe222a448e2b7b18b9554292c6 100644 (file)
Binary files a/doc/libguide/libguide.pdf and b/doc/libguide/libguide.pdf differ