File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ <h2>Build tools for Unix</h2>
152152
153153< h2 > Build tools for win32</ h2 >
154154< p > See separate
155- < A HREF ="http://www.graphviz.org/doc/ winbuild.html ">
155+ < A HREF ="winbuild.html ">
156156build notes</ A > for Microsoft Windows.
157157< p >
158158With some persistence you can likely get Graphviz to build on
@@ -356,10 +356,13 @@ <h2>GNU style building</h2>
356356 make dist
357357-->
358358To produce graphviz-(ver).tar.gz from GIT sources using cogito.
359+ <!--
359360 cg clone http://www.graphviz.org/pub/scm/graphviz2/.git
360- cd graphviz2
361+ -->
362+ cg clone https://github.com/ellson/graphviz.git
363+ cd graphviz
361364or to update from GIT
362- cd graphviz2
365+ cd graphviz
363366 cg update
364367then
365368 ./autogen.sh
You can’t perform that action at this time.
0 commit comments