Home

Awesome

libpomelo2

How to compile

Install gyp

git clone https://chromium.googlesource.com/external/gyp
cd gyp
python setup.py install

Generate native IDE project files by gyp

$ gyp --depth=. pomelo.gyp [options]

options:

disable tls support

enable openssl, but use system pre-install libssl & libcrypto, if false, it will compile openssl from source code in deps/openssl.

disable uv support, it also disable tls support as tls implementation is based on uv.

use system pre-install libuv, similar to use_sys_openssl, if enable, the pre-install libuv version should be 0.11.x

use system pre-install jansson.

static library or shared library for libpomelo2

These two options is used to configure compilation for pypomelo.

configure jpomelo compilation for java

configure cspomelo compilation for c#