COMPILING: Clean up language related to DeuTex 5 requirement.

This commit is contained in:
Mike Swanson 2017-07-17 06:07:17 -07:00
parent 9d68261902
commit 7776b2f122

View file

@ -26,23 +26,16 @@ Building the Freedoom IWADs pretty much simply requires the following:
* 'Python': Freedoom uses several Python programs in its tree to * 'Python': Freedoom uses several Python programs in its tree to
assist with building the IWADs. Both Python 2.7 and 3.x are fully assist with building the IWADs. Both Python 2.7 and 3.x are fully
supported. supported.
* 'DeuTex' 5.0.0: freedoom now requires Deutex 5.0.0. * 'DeuTex' 5.0: Freedoom depends on features developed in this
This version is fairly new, and distributions have not yet had the version of DeuTex and will not build on earlier versions. It is
chance to update their packages. available at https://github.com/Doom-Utils/deutex in source,
If your distribution does not provide 5.0.0, it Windows binary, and Ubuntu binary formats. As of July 2017, this
is recommended to use Mike Swanson's version is very recent and may not be widely available in other
https://github.com/Doom-Utils/deutex[repository], the master branch of distribution repositories yet.
which includes 5.0.0. You may also make use of the Windows binaries provided
on the official release page
https://github.com/Doom-Utils/deutex/releases[here],
or the Ubuntu PPA
https://launchpad.net/~nzatkovich/+archive/ubuntu/deutex[here].
All or most of this software should already be available in your All or most of this software should already be available in your
operating system's software repository, with the likely exception of operating system's software repository, with the likely exception of
DeuTex, which should be easy enough to build. Instructions on DeuTex, which is easy to build.
building DeuTex, or any other required program, is out of scope of
this document.
Building Freedoom Building Freedoom
----------------- -----------------