mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
.. | ||
bsp2img | ||
builtins | ||
common | ||
console | ||
console_client | ||
console_server | ||
engine | ||
gib | ||
hw-master | ||
image | ||
include | ||
models | ||
modelsgl | ||
net | ||
net-main | ||
nq-common | ||
nq-server | ||
nq-wgl | ||
pak | ||
qfbsp | ||
qfclient | ||
qflight | ||
qfmodelgen | ||
qfprogs | ||
qfserver | ||
qfvis | ||
qfwavinfo | ||
qtv | ||
qw | ||
qw-master | ||
ruamoko | ||
sound | ||
util | ||
video | ||
wad | ||
clean.ps1 | ||
QuakeForge.sln | ||
readme.txt |
Requirements ============= - Visual C++ 2005 SP1 - Windows Vista SDK (previous RC compilers won't recognize the high-resolution Vista icon) - DirectX SDK (for DirectInput) Optional ========= - zlib (#undef HAVE_ZLIB from vc2005/include/config.h if you don't want this). Expects zlib.lib and zlib.dll for Debug/Release builds, and libzlib.lib for Release (static) build. - libcurl (#undef HAVE_LIBCURL from vc2005/include/config.h if you don't want this). Expects curl.lib and curl.dll for Debug/Release builds, and libcurl.lib for Release (static) build.