Giter Site home page Giter Site logo

irgsmirx / bctoolbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from belledonnecommunications/bctoolbox

0.0 2.0 0.0 111 KB

Linphone.org mirror for bctoolbox (git://git.linphone.org/bctoolbox.git)

Home Page: http://linphone.org

License: GNU General Public License v2.0

CMake 10.99% Makefile 0.45% C 88.57%

bctoolbox's Introduction

Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone.

Depends on mbedtls (https://github.com/ARMmbed/mbedtls.git). For backward compatibility, support of polarssl is also provided.

To compile
----------

cmake . -DCMAKE_INSTALL_PREFIX=<install prefix>

make
make install

To make an rpm package
---------------------
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR="RPM"

make package 

Options
-------

CMAKE_INSTALL_PREFIX: install prefix  
ex:
	cmake . -DCMAKE_INSTALL_PREFIX=/opt  

CMAKE_PREFIX_PATH: search path prefix for polarssl or mbetls  
ex:
	cmake . -DCMAKE_PREFIX_PATH=<polarssl or mbtls path>  

ENABLE_POLARSSL: force usage of polarssl 
ex:
	cmake . -DENABLE_POLARSSL=ON -DENABLE_MBEDTLS=OFF  

ENABLE_MBEDTLS: force usage of mbedtls
ex:
	cmake . -DENABLE_POLARSSL=OFF -DENABLE_MBEDTLS=ON  

bctoolbox's People

Contributors

bagage avatar fgrisez avatar jeannotlapin avatar sanavak avatar viish 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.