karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

How to (cross-) compile for Windows ? #259

Closed EarvinKayonga closed 4 years ago

EarvinKayonga commented 5 years ago

Hi @karlheyes,

I'm pretty new to icecast (and m4-based projects in general). Could u please provide the steps to successfully build icecast for windows ?

Thx

karlheyes commented 4 years ago

kind of a black art really. I use mingw on my setup to create the binaries but I need to shp the libs in the installer to allow to run so those binaries sit in a pre-made install area. The actual build though is not too bad, I use the mingw64-configure and make

karl

EarvinKayonga commented 4 years ago

Thx @karlheyes, We continued with Linux after all. :)