Go to file
BotoX 53cc45e7e1 refactored and fixed crash bug, some memleaks 2016-12-24 12:12:27 +01:00
extension refactored and fixed crash bug, some memleaks 2016-12-24 12:12:27 +01:00
pawn Move to ambuild 2015-05-23 22:57:44 -04:00
.gitignore Move to ambuild 2015-05-23 22:57:44 -04:00
AMBuildScript refactored and fixed crash bug, some memleaks 2016-12-24 12:12:27 +01:00
PackageScript Move to ambuild 2015-05-23 22:57:44 -04: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
pushbuild.txt 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.