From d0ebd53407c46abc2f0709c37f44d17dca7823e2 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 28 May 2010 11:02:21 +0000 Subject: [PATCH] Tweak INSTALL.txt --- INSTALL.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 1745b588..c4919163 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -7,10 +7,13 @@ Requirements To build PolyVox you need: -* CMake 2.6 or greater (http://cmake.org) +* `CMake `_ 2.6 or greater * A C++ compiler with support for some C++0x features (GCC 4.3 or VC 2010 seem to work) -* Qt for building the tests (optional) -* Docygen for building the documentation (optional) + +With the following options: + +* `Qt `_ for building the tests +* `Doxygen `_ for building the documentation Linux =====