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 |
---|---|
RELEASENOTES |
Requirement | Release Version | Description |
---|---|---|
[# MulleObjC muss no-bequeath sein, wegen dies und das](MulleObjC muss no-bequeath sein, wegen dies und das) | - | |
MulleObjC | 💎 A collection of Objective-C root classes for mulle-objc | |
mulle-atinit | 🤱🏼 Compatibility library for deterministic initializers | |
mulle-atexit | 👼 Compatibility library to fix atexit |
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.
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
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
Nat! for Mulle kybernetiK