-
Notifications
You must be signed in to change notification settings - Fork 110
Possible configurations
xDShot edited this page Nov 8, 2015
·
8 revisions
Xash3D port is highly configurable. There are some variables that can be passed to CMake.
To enable, write -DOPTION=true in CMake arguments.
XASH_X11
-- Enable X11 support.
XASH_IPX
-- Enable IPX support. Note: Supported only on Windows.
XASH_VGUI
-- Enable VGUI. Note: VGUI only exists for x86.
XASH_NONSTANDART_LOAD
-- Enable loading libraries from PAK files. Note: Supported only on Windows.
XASH_SDL
-- Enable SDL.
XASH_DEDICATED
-- Enable dedicated build.
XASH_DLL_LOADER
-- Enable loading DLL on Linux hosts.
XASH_GLES
-- Enable some workarounds for GL to GLES translator