From a0ac22864d1c99ae470ab0c3127a8fc516e6a84c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 19 Aug 2010 22:12:56 +0900 Subject: [PATCH] dot is in graphviz --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index e06635e47..1cb0ae732 100644 --- a/INSTALL +++ b/INSTALL @@ -32,8 +32,8 @@ To build and install only the quakeworld server: ./configure --without-clients --without-tools --with-servers=qw make install -To build documentation (doxygen, dot and mscgen are required, as is an already -configured source tree): +To build documentation (doxygen, graphviz and mscgen are required, as is an +already configured source tree): cd doc make doc