SOME RECOMMENDATIONS


Version 0.71
------------

Modify file "common/common.c" to disable checking for "pop.lmp":

1113: #if 0
1140: #endif

Compilation:

make SND_TARGET=sdl VID_TARGET=sdl IN_TARGET=sdl

Then copy executable file "bin/tyr-quake" into the directory where "id1" is,
and:

./tyr-quake -game ...


Version 0.61
------------

This is for older GNU/Linux distributions (Fedora Core 1 ... Fedora 14) and
requires X11.

Modify resolution in file "common/vid_x.c" (lines 506 and 507).

Modify file "NQ/common.c" to disable checking for "pop.lmp":

919: #if 0
937: #endif

For newer versions of GNU/Linux: add "-fcommon" in "Makefile":

150: CFLAGS := $(CFLAGS) -Wall -Wno-trigraphs -fcommon

Compilation:

make

Then copy executable file into the directory where "id1" is, and:

./tyr-quake -window -mem 32 -game ...

For newer (but not very new) versions of GNU/Linux:

su -c 'echo "tyr-quake 0 0 direct" >/proc/asound/card0/pcm0p/oss'
