[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] Windows support



On Wed, 27 Jun 2018, 21:25 Philip Prindeville, <philipp_subx@xxxxxxxxxxxxxxxxxxxxx> wrote:
Does libevent currently build and run under Windows?

Hi Philip,

Yes, *it should*.

Looking at the appveyor.yml file it’s not clear if it builds natively with VS2015 or only with Mingw.

There is cmake build, which uses VS only:
  https://github.com/libevent/libevent/blob/master/appveyor.yml#L57

Also I use next vagrant setup to built in windows, and it also works fine:
  https://github.com/libevent/libevent/blob/master/Vagrantfile#L376
(This one even passes all tests, from time-to-time)

Regards,
Azat.