mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-29 05:31:26 +00:00
[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:
parent
2c313a87c6
commit
23ec8d5de4
1 changed files with 6 additions and 0 deletions
6
INSTALL
6
INSTALL
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue