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.
|
2 years ago | |
---|---|---|
extension | 2 years ago | |
pawn | 6 years ago | |
.gitignore | 2 years ago | |
AMBuildScript | 2 years ago | |
PackageScript | 6 years ago | |
README.md | 7 years ago | |
configure.py | 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
.