Go to file
BotoX 88f5213106 add precompiled libuv v1.41.0 2021-06-03 20:31:50 +02:00
extension add precompiled libuv v1.41.0 2021-06-03 20:31:50 +02:00
pawn Fix bugs: Stable release. 2017-08-02 22:03:07 +02:00
.gitignore add precompiled libuv v1.41.0 2021-06-03 20:31:50 +02:00
AMBuildScript add precompiled libuv v1.41.0 2021-06-03 20:31:50 +02:00
PackageScript Fix bugs: Stable release. 2017-08-02 22:03:07 +02:00
README.md refactored and fixed crash bug, some memleaks 2016-12-24 12:12:27 +01:00
configure.py Move to ambuild 2015-05-23 22:57:44 -04:00

README.md

async_connect

You need to compile https://github.com/libuv/libuv for 32bit like below if you have a 64bit OS.

sh autgen.sh
./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" --disable-shared --enable-static
make

Put the libuv/include folder and libuv/.libs/libuv.a in extensions/libuv.