Coder Social home page Coder Social logo

iamchenxin / libpomelo2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from netease/libpomelo2

0.0 2.0 0.0 7.04 MB

A New Client SDK for Pomelo

License: MIT License

Makefile 0.22% Shell 0.48% C 64.69% C# 28.13% Java 1.50% Python 3.03% C++ 0.37% Objective-C 1.19% JavaScript 0.40%

libpomelo2's Introduction

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:

  • -Dno_tls_support=[true | false], false by default

disable tls support

  • -Duse_sys_openssl=[true | false], true by default

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

  • -Dno_uv_support=[true | false], false by default

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

  • -Duse_sys_uv=[true | false], false by default

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

  • -Duse_sys_jansson=[true | false], false by default

use system pre-install jansson.

  • -Dpomelo_library=[static_library | shared_library], static_library by default

static library or shared library for libpomelo2

  • -Dbuild_pypomelo=[true | false], false by default.
  • -Dpython_header=, /usr/include/python2.7 by default.

These two options is used to configure compilation for pypomelo.

  • -Dbuild_jpomelo=[true|false], false by default.

configure jpomelo compilation for java

  • -Dbuild_cspomelo=[true|false], false by default.

configure cspomelo compilation for c#

libpomelo2's People

Contributors

cynron avatar hbbalfred avatar iamchenxin avatar jennal avatar jiangzhuo avatar zxf avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.