Skip to content

mulle-objc/MulleObjC-startup

Repository files navigation

MulleObjC-startup

▶️ Startup code for MulleObjC

This static library provides the required __register_mulle_objc_universe function for executables, that link against MulleObjC. It also bequeaths the required dependencies mulle-atinit and mulle-atexit for linking.

Use this library, if you want to create executables, that only require the MulleObjC and nothing else. Often projects will link against the Foundation though, and will use its startup library.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

You are here

Overview

Requirements

Requirement Release Version Description
[# MulleObjC muss no-bequeath sein, wegen dies und das](MulleObjC muss no-bequeath sein, wegen dies und das) - ▶️ Startup code for MulleObjC
MulleObjC Mulle kybernetiK tag Build Status 💎 A collection of Objective-C root classes for mulle-objc
mulle-atinit Mulle kybernetiK tag Build Status 🤱🏼 Compatibility library for deterministic initializers
mulle-atexit Mulle kybernetiK tag Build Status 👼 Compatibility library to fix atexit

Add

Add as an individual component

Use mulle-sde to add MulleObjC-startup to your project:

mulle-sde add github:mulle-objc/MulleObjC-startup

To only add the sources of MulleObjC-startup with dependency sources use clib:

clib install --out src/mulle-objc mulle-objc/MulleObjC-startup

Add -isystem src/mulle-objc 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 MulleObjC-startup and all dependencies:

mulle-sde install --prefix /usr/local \
   https://github.com/mulle-objc/MulleObjC-startup/archive/latest.tar.gz

Manual Installation

Install the Requirements and then install MulleObjC-startup 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