From 37fcf5a478cbac5acb212c8c2109b0275dcc4899 Mon Sep 17 00:00:00 2001 From: CounterPillow Date: Mon, 3 Sep 2012 17:05:55 +0200 Subject: [PATCH] Added note about building on CentOS 6 --- docs/building.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/building.rst b/docs/building.rst index 7509f8f..dc9c9c0 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -143,8 +143,15 @@ to the file /etc/make.conf, but read the ports documentation to be sure of what .. _centos: -CentOS ------- +CentOS 5 +-------- + +.. note:: + + If you are using CentOS 6, you do not need to install the epel repo. + CentOS 6 should come with the right python version, you can check + your version running *python --version*. + Since CentOS has an older version of Python (2.4), there are some difficulties in getting the Overviewer to work. Follow these steps which have been reported to work.