You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
BotoX 88f5213106 add precompiled libuv v1.41.0 2 years ago
extension add precompiled libuv v1.41.0 2 years ago
pawn Fix bugs: Stable release. 6 years ago
.gitignore add precompiled libuv v1.41.0 2 years ago
AMBuildScript add precompiled libuv v1.41.0 2 years ago
PackageScript Fix bugs: Stable release. 6 years ago
README.md refactored and fixed crash bug, some memleaks 7 years ago
configure.py Move to ambuild 8 years ago

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.