From: ellson Date: Tue, 18 Oct 2005 21:05:59 +0000 (+0000) Subject: URL correction X-Git-Tag: LAST_LIBGRAPH~32^2~7101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8264f25710f116bfc3019f39a05eb9064aa3716d;p=graphviz URL correction --- diff --git a/doc/build.html b/doc/build.html index b77522b12..162d2dd7e 100644 --- a/doc/build.html +++ b/doc/build.html @@ -178,7 +178,7 @@ or Dave Korn, you already knew that.

Build tools for win32

See separate - + build notes for Microsoft Windows (in native mode).

With some persistence you can likely get Graphviz to build on @@ -327,12 +327,26 @@ defined in any of the standard system library functions.

GNU style building

+
+To produce graphviz-(ver).tar.gz from GIT sources using cogito.
+	cg clone http://www.graphviz.org/pub/scm/graphviz2/.git
+	cd graphviz2
+or to update from GIT
+	cd graphviz2
+	cg update
+then
+	./autogen.sh
+	make dist
+
+(Cogito & GIT are available from http://www.kernel.org/pub/software/scm/
+or as binary packages in Fedora-Extras )
 
 To build source and binary rpms (results are left in /usr/src/redhat/ ):