X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README;h=820f8236eb935cd25f9feb4776cd6ed2e3a8cb64;hb=0cab5ac674e5f2c6d78dfbef445cdf291c78b674;hp=33c250e0f4a82847a23fc3ac0d629cbaa13e8cf1;hpb=cf0430142238b14893a9d8ac2e7810b76847acc4;p=d2df-sdl.git diff --git a/README b/README index 33c250e..820f823 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Building --------- Requirements: -* FPC >= 3.0.0; +* FPC >= 3.0.2; * FMODEx >= 4.26.xx or SDL_mixer >= 2.0; * libenet >= 1.3.13; * SDL >= 2.0. @@ -16,10 +16,11 @@ Requirements: Create the "tmp" and "bin" directories beforehand if they don't exist already. Then run cd src/game -fpc -dUSE_FMOD -O3 -Fi../lib/vampimg -Fi../lib/vampimg/JpegLib -Fi../lib/vampimg/ZLib -Fu../lib/vampimg -Fu../lib/vampimg/JpegLib -Fu../lib/vampimg/ZLib -FE../../bin -FU../../tmp Doom2DF.dpr +fpc -O3 -Fi../lib/vampimg -Fi../lib/vampimg/JpegLib -Fi../lib/vampimg/ZLib -Fu../lib/vampimg -Fu../lib/vampimg/JpegLib -Fu../lib/vampimg/ZLib -FE../../bin -FU../../tmp Doom2DF.dpr -If you want SDL_mixer instead of FMOD, replace -dUSE_FMOD with -dUSE_MIXER. +If you want SDL_mixer instead of FMOD, add -dUSE_MIXER. To build a headless (no video/audio, for dedicated servers) executable, add -dHEADLESS. -Add -g -dDEBUG to enable debugging features. +Replace -O3 with -g -gl to enable debugging features. Run the game with --gdb when using a debugger to +prevent it from eating exceptions. Windows binaries will require the appropriate DLLs (SDL2.dll, SDL2_mixer.dll or FMODEx.dll, ENet.dll).