JPery / MJPEGWriter

Lightweight HTTP server to stream your OpenCV processing in C++
MIT License
98 stars 40 forks source link

How to compile for windows? #3

Open nadernt opened 6 years ago

nadernt commented 6 years ago

Hi,

How to compile for windows?

thanks,

JPery commented 6 years ago

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.

ianni67 commented 4 years ago

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.

thomasarmel commented 3 years ago

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