[build] Document --disable-Werror for git builds

It came up in a discord discussion. I thought it was documented, but it
wasn't. It is now.
This commit is contained in:
Bill Currie 2024-11-26 17:52:46 +09:00
parent 2c313a87c6
commit 23ec8d5de4

View file

@ -88,6 +88,12 @@ Basic process to build and install QuakeForge:
make install
\endverbatim
Note that when building from a git repository, the default is to treat
compiler warnings as errors. This can be changed by using the following:
\verbatim
./configure --disable-Werror
\endverbatim
You may want to check <code>./configure --help</code> and select options.
To build and install only the quakeworld server: