Skip to content

๐Ÿ›„ Debugging support for mulle-container

License

Notifications You must be signed in to change notification settings

mulle-core/mulle-container-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

mulle-container-debug

๐Ÿ›„ Debugging support for mulle-container

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

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-container-debug to your project:

mulle-sde add github:mulle-c/mulle-container-debug

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

clib install --out src/mulle-c mulle-c/mulle-container-debug

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

Install

Install with mulle-sde

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

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

Manual Installation

Install the requirements:

Requirements Description
mulle-c11 ๐Ÿ”€ Cross-platform C compiler glue (and some cpp conveniences)
mulle-buffer โ†—๏ธ A growable C char array and also a stream
mulle-container ๐Ÿ›„ Arrays, hashtables and a queue
mulle-sprintf ๐Ÿ”ข An extensible sprintf function supporting stdarg and mulle-vararg

Download the latest tar or zip archive and unpack it.

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

cmake -B build \
      -DCMAKE_INSTALL_PREFIX=/usr/local \
      -DCMAKE_PREFIX_PATH=/usr/local \
      -DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release

Author

Nat! for Mulle kybernetiK

About

๐Ÿ›„ Debugging support for mulle-container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published