X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README;h=7cedece869ad86196a84b09b7356cedbd0b9078d;hb=3a2594735abd86e583b35da46526b9d16a9cd0ed;hp=2b86f9d82433a1fda94ff6449c349caf84705b54;hpb=4b6c50349b6b2c268faecbb7f4567cd4f5e0d835;p=d2df-sdl.git diff --git a/README b/README index 2b86f9d..7cedece 100644 --- a/README +++ b/README @@ -20,6 +20,7 @@ fpc -O3 -Fi../lib/vampimg -Fi../lib/vampimg/JpegLib -Fi../lib/vampimg/ZLib -Fu.. If you want SDL_mixer instead of FMOD, add -dUSE_SDLMIXER. If you want the server to be able to forward ports via UPNP, add -dUSE_MINIUPNPC. +If you want to debug game with Holmes, add -dENABLE_HOLMES. To build a headless (no video/audio, for dedicated servers) executable, add -dHEADLESS. Replace -O3 with -g -gl to enable debugging features. Run the game with --gdb when using a debugger to prevent it from eating exceptions.