2021-06-03 20:31:50 +02:00
2017-08-02 22:03:07 +02:00
2021-06-03 20:31:50 +02:00
2021-06-03 20:31:50 +02:00
2015-05-23 22:57:44 -04:00
2017-08-02 22:03:07 +02:00

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.

Description
No description provided
Readme 512 KiB
Languages
C 71.7%
C++ 25.3%
Python 3%