mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
Update build docs to reflect Deutex 5.0 requirement.
This commit is contained in:
parent
163fa96713
commit
0bc6c96f47
2 changed files with 9 additions and 12 deletions
|
@ -262,11 +262,6 @@ around. Some of them are listed here.
|
|||
“standard” background color of cyan is used instead by providing
|
||||
the +-rgb 0 255 255+ command line parameter.
|
||||
|
||||
* By default, deutex attempts to convert sound effects to 11,025Hz
|
||||
format. To keep the existing sample rate of sound effects, the
|
||||
following command line parameters are provided:
|
||||
+-v0 -fullsnd -rate accept+
|
||||
|
||||
* deutex does not allow the exact path to the +texture1.txt+ file to
|
||||
be specified in the configuration file; this used to be a problem
|
||||
but the Freedoom's texture lumps are now built using a custom
|
||||
|
|
|
@ -26,14 +26,16 @@ Building the Freedoom IWADs pretty much simply requires the following:
|
|||
* '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.
|
||||
Debian includes 4.4.902 in its software repository, while Fedora
|
||||
has only 4.4.0. If your distribution does not provide 4.4.902, it
|
||||
is recommended to use Mike Swanson's unofficial
|
||||
* 'DeuTex' 5.0.0-beta.1: freedoom now requires Deutex 5.0.0-beta.1.
|
||||
Unfortunately, not all distributions have updated their packages.
|
||||
If your distribution does not provide 5.0.0-beta.1, it
|
||||
is recommended to use Mike Swanson's
|
||||
https://github.com/Doom-Utils/deutex[repository], the master branch of
|
||||
which includes 4.4.902 and some additional patches.
|
||||
which includes 5.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
|
||||
operating system's software repository, with the likely exception of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue