mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-19 15:40:53 +00:00
Update readme to include curl variables.
This commit is contained in:
parent
84df97f187
commit
b8573b7b4e
1 changed files with 342 additions and 340 deletions
2
README
2
README
|
@ -92,6 +92,8 @@ Makefile.local:
|
||||||
USE_SDL - use the SDL backend where available
|
USE_SDL - use the SDL backend where available
|
||||||
USE_OPENAL - use OpenAL where available
|
USE_OPENAL - use OpenAL where available
|
||||||
USE_OPENAL_DLOPEN - link with OpenAL at runtime
|
USE_OPENAL_DLOPEN - link with OpenAL at runtime
|
||||||
|
USE_CURL - use libcurl for http/ftp download support
|
||||||
|
USE_CURL_DLOPEN - link with libcurl at runtime
|
||||||
USE_CODEC_VORBIS - enable Ogg Vorbis support
|
USE_CODEC_VORBIS - enable Ogg Vorbis support
|
||||||
USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones
|
USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones
|
||||||
USE_CCACHE - use ccache compiler caching tool
|
USE_CCACHE - use ccache compiler caching tool
|
||||||
|
|
Loading…
Reference in a new issue