brugal / wolfcamql

quakelive/quake3 demo player
GNU General Public License v2.0
73 stars 15 forks source link

Build from source on Windows #40

Closed Donaldduck8 closed 3 years ago

Donaldduck8 commented 3 years ago

Could you please provide a rough guide of how to compile wolfcam from source on Windows?

brugal commented 3 years ago

I don't think I've ever built it from Windows. I use the cross.sh script in Linux to create the Windows binaries. You'd need mingw and make support so it might be possible with Cygwin:

https://cygwin.com/install.html
brugal commented 3 years ago

This fixes a dependency issue for Cygwin: https://github.com/brugal/wolfcamql/commit/004a744300527d8a34bc56fc5b26260cf68fa866

Tested with Cygwin 3.1.7 and 'make' and 'ARCH=x86 make' work correctly.