From d0887134154f3b22f0b159187c2164e08da3e0a5 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 28 Oct 2014 22:15:04 -0700 Subject: [PATCH] COMPILING: Python 3.x is now supported --- COMPILING.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/COMPILING.adoc b/COMPILING.adoc index cf106ca2..b3d02647 100644 --- a/COMPILING.adoc +++ b/COMPILING.adoc @@ -23,11 +23,9 @@ Building the Freedoom IWADs pretty much simply requires the following: https://github.com/freedoom/freedoom/issues/41[strange results] on certain operations, most notably the title screen graphic having funny colors, but nothing major should be wrong. - * 'Python' 2.7: Presently, there are known issues when building with - Python 3.x. If your operating system provides Python 3.x as the - default interpreter, you will have to create a virtualenv for - Python 2.7 before building Freedoom. We plan to support both 2.7 - and 3.x in the future. + * 'Python': Freedoom uses several Python programs in its tree to + assist with building the IWADs. Both Python 2.7 and 3.x are fully + supported. * 'DeuTex' 4.4.902: Freedoom depends on some features not present in the last official release, 4.4.0. Development of DeuTex, unfortunately, appears to have ceased and is presently abandoned.