Git Product home page Git Product logo

fragilistic's Introduction

rippled Packaging and Containers

This folder contains docker container definitions and configuration files to support building rpm and deb packages of rippled. The container definitions include some additional software/packages that are used for general build/test CI workflows of rippled but are not explicitly needed for the package building workflow.

CMake Targets

If you have docker installed on your local system, then the main CMake file will enable several targets related to building packages: rpm_container, rpm, dpkg_container, and dpkg. The package targets depend on the container targets and will trigger a build of those first. The container builds can take several dozen minutes to complete (depending on hardware specs), so quick build cycles are not possible currently. As such, these targets are often best suited to CI/automated build systems.

The package build can be invoked like any other cmake target from the rippled root folder:

mkdir -p build/pkg && cd build/pkg
cmake -Dpackages_only=ON ../..
cmake --build . --target rpm

Upon successful completion, the generated package files will be in the build/pkg/packages directory. For deb packages, simply replace rpm with dpkg in the build command above.

fragilistic's People

Contributors

legleux avatar mellery451 avatar manojsdoshi avatar mtrippled avatar movitto avatar alloynetworks avatar ximinez avatar intelliot avatar gliptak avatar jfryman avatar thejohnfreeman avatar miguelportilla avatar nbougalis avatar seelabs 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.