Giter Club home page Giter Club logo

fty-common-mlm's Introduction

fty-common-mlm

Library providing :

  • Common methods and functions that require use of cxxtools/Malamute

How to build

To build fty-common-mlm project run:

./autogen.sh [clean]
./configure
make
make check # to run self-test

List of Available Headers

  • fty_common_mlm.h
  • fty_common_mlm_guards.h
  • fty_common_rest_sasl.h
  • fty_common_mlm_subprocess.h
  • fty_common_mlm_tntmlm.h
  • fty_common_mlm_utils.h
  • fty_common_mlm_uuid.h

How to compile using fty-common-mlm

project.xml

Add this block in the project.xml file :


<use project = "fty-common-mlm" libname = "libfty_common_mlm" header="fty_common_mlm.h"
    repository = "https://github.com/42ity/fty-common-mlm.git"
    test = "fty_commmon_mlm_selftest" >
    <use project = "czmq"
        repository="https://github.com/42ity/czmq.git"
        release = "v3.0.2-FTY-master"
        min_major = "3" min_minor = "0" min_patch = "2" >
        <use project = "libzmq"
            repository="https://github.com/42ity/libzmq.git"
            release = "4.2.0-FTY-master" >
            <use project = "libsodium" prefix = "sodium"
                repository = "https://github.com/42ity/libsodium.git"
                release = "1.0.5-FTY-master"
                test = "sodium_init" />
        </use>
    </use>
    <use project = "cxxtools" test="cxxtools::Utf8Codec::Utf8Codec" header="cxxtools/allocator.h"
        repository = "https://github.com/42ity/cxxtools.git"
        release = "2.2-FTY-master"
        />
    <use project = "malamute" min_major = "1" test = "mlm_server_test"
        repository="https://github.com/42ity/malamute.git"
        release = "1.0-FTY-master"
        />
    <use project = "openssl" header = "openssl/sha.h" debian_name="libssl-dev"/>
    <use project = "fty-common" libname = "libfty_common" header="fty_common.h"
        repository = "https://github.com/42ity/fty-common.git"
        release = "master" >
        <use project = "fty-common-logging" libname = "libfty_common_logging" header="fty_log.h"
            repository = "https://github.com/42ity/fty-common-logging.git"
            release = "master"
            test = "fty_common_logging_selftest" >
            <use project = "log4cplus" header = "log4cplus/logger.h" test = "appender_test"
                repository = "https://github.com/42ity/log4cplus.git"
                release = "1.1.2-FTY-master"
                />
        </use>
    </use>
    <use project = "fty-common-logging" libname = "libfty_common_logging" header="fty_log.h"
        repository = "https://github.com/42ity/fty-common-logging.git"
        release = "master"
        test = "fty_common_logging_selftest" >
        <use project = "log4cplus" header = "log4cplus/logger.h" test = "appender_test"
            repository = "https://github.com/42ity/log4cplus.git"
            release = "1.1.2-FTY-master"
            />
    </use>
</use>

fty-common-mlm's People

Contributors

nicodav avatar jimklimov avatar barraudl avatar jana-rapava avatar geraldguillaume avatar mimixav avatar eldoreijk avatar aquette avatar arnaudquette-eaton avatar jean-baptisteboric-eaton avatar kkathreen avatar

Watchers

James Cloos 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.