Skip to content

Instantly share code, notes, and snippets.

@xumingyong
Created February 7, 2012 03:34
Show Gist options
  • Select an option

  • Save xumingyong/1756987 to your computer and use it in GitHub Desktop.

Select an option

Save xumingyong/1756987 to your computer and use it in GitHub Desktop.
Build Libev with MinGW

Steps

  1. Download libev source in http://dist.schmorp.de/libev/
  2. run >sh ./configure
  3. run >make
  4. libev.a static lib file generated in ./lib

Notes:

I remembered that I cannot compile it successfully before. But after I compiled the LibUV, and added the header file & libs, I can build libev successfully. I am not sure about this.

@boyxiaolong
Copy link
Copy Markdown

也不行 libev的安装文档官方都没。。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment