]> icculus.org git repositories - divverent/darkplaces.git/blob - mingw_note.txt
added cvar_string extension at the request of Paul Timofeyev
[divverent/darkplaces.git] / mingw_note.txt
1 Darkplaces needs these files which do not come in the standard mingw installation, nor are supplied with darkplaces itself:
2 include/ddraw.h (part of DirectX, also found in ftp://ftp.idsoftware.com/idstuff/source/q1source.zip)
3 include/dinput.h (part of DirectX, also found in ftp://ftp.idsoftware.com/idstuff/source/q1source.zip)
4 include/dsound.h (part of DirectX, also found in ftp://ftp.idsoftware.com/idstuff/source/q1source.zip)
5
6 Assuming you placed mingw in c:\mingw, you can simply type this to compile:
7 make exerelease