You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
extension | 12 months ago | |
pawn | 5 years ago | |
.gitignore | 12 months ago | |
AMBuildScript | 12 months ago | |
PackageScript | 5 years ago | |
README.md | 5 years ago | |
configure.py | 7 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
.