Skip to content

🍫 mulle-rbtree-debug debugs code for mulle-rbtree

License

Notifications You must be signed in to change notification settings

mulle-core/mulle-rbtree-debug

Repository files navigation

mulle-rbtree-debug

🍫 mulle-rbtree-debug organizes data in a red/black tree

This is debugging code for mulle-rbtree and used mulle-fprintf, therefore residing in mulle-core.

Release Version Release Notes AI Documentation
Mulle kybernetiK tag Build Status RELEASENOTES DeepWiki for mulle-rbtree-debug

You are here

Overview

Add

This project is a component of the mulle-core library. As such you usually will not add or install it individually, unless you specifically do not want to link against mulle-core.

Add as an individual component

Use mulle-sde to add mulle-rbtree-debug to your project:

mulle-sde add github:mulle-core/mulle-rbtree-debug

To only add the sources of mulle-rbtree-debug with dependency sources use clib:

clib install --out src/mulle-core mulle-core/mulle-rbtree-debug

Add -isystem src/mulle-core to your CFLAGS and compile all the sources that were downloaded with your project.

Install

Use mulle-sde to build and install mulle-rbtree-debug and all dependencies:

mulle-sde install --prefix /usr/local \
   https://github.com/mulle-core/mulle-rbtree-debug/archive/latest.tar.gz

Legacy Installation

Install the requirements:

Requirements Description
mulle-rbtree 🍫 mulle-rbtree organizes data in a red/black tree
mulle-fprintf 🔢 mulle-fprintf marries mulle-sprintf to stdio.h

Download the latest tar or zip archive and unpack it.

Install mulle-rbtree-debug into /usr/local with cmake:

PREFIX_DIR="/usr/local"
cmake -B build                               \
      -DMULLE_SDK_PATH="${PREFIX_DIR}"       \
      -DCMAKE_INSTALL_PREFIX="${PREFIX_DIR}" \
      -DCMAKE_PREFIX_PATH="${PREFIX_DIR}"    \
      -DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release

Author

Nat! for Mulle kybernetiK

About

🍫 mulle-rbtree-debug debugs code for mulle-rbtree

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •