MJPEGWriter icon indicating copy to clipboard operation
MJPEGWriter copied to clipboard

How to compile for windows?

Open nadernt opened this issue 6 years ago • 3 comments

Hi,

How to compile for windows?

thanks,

nadernt avatar Oct 10 '18 13:10 nadernt

Hi,

I haven't tested it yet on Windows and I don't know if it'll work due to I'm using some *nix specific libraries (like sys/socket.h or pthread.h). You could be lucky if you install Cygwin before compiling.

Btw, if you want to port the code to Windows, a pull request is welcome.

JPery avatar Oct 11 '18 07:10 JPery

Hello, thank you for your very useful work. Did anyone try and compile this software under windows? I combined an application that embeds mjpegwriter to stream a processed video but now I have to port it to windows 10, so I should decide whether to abandon mjpegwriter or try to make it work under windows.

ianni67 avatar Apr 22 '20 16:04 ianni67

Hi, I've tried to compile under Windows. So I've made important modifications, I'll offer a pr

thomasarmel avatar Jun 01 '21 17:06 thomasarmel