1. make sure you got MinGW with MSYS, otherwise, please check the available guide on my blog.
2. download libevent source code from http://libevent.org/
3. cd into the directory you put downloaded libevent-2.0.19-stable.tar.gz file
4.
tar -xvf libevent-2.0.19-stable.tar.gz
5.
cd libevent-2.0.19-stable
6.
bash
7.
./configure --prefix=/mingw
8.
make
then you will find libevent-2-0-5.dll inside .libs folder
Labels: mingw, programming
Post a Comment