It's main raison dΒ΄etre is to support #import <Foundation/Foundation.h>
statements in Objective-C code.
Release Version | Release Notes |
---|---|
RELEASENOTES |
Requirement | Release Version | Description |
---|---|---|
MulleFoundation | π Umbrella library for the MulleFoundation | |
MulleObjCExpatFoundation | π΄πΌ XML parser based on MulleObjCStandardFoundation and libexpat | |
MulleObjCInetOSFoundation | π π» OS specific extensions to NSHost and NSURL | |
MulleObjCHTTPFoundation | π« HTTP and HTML utility methods and classes for mulle-objc | |
mulle-objc-compat | π Compatibility layer with Apple Objective-C runtime functions | |
objc-compat | π Glue for Objective-C code to support different Foundations | |
mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Use mulle-sde to add Foundation to your project:
mulle-sde add github:MulleFoundation/Foundation
Use mulle-sde to build and install Foundation and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/Foundation/archive/latest.tar.gz
Install the requirements:
Requirements | Description |
---|---|
MulleFoundation | π Umbrella library for the MulleFoundation |
MulleObjCExpatFoundation | π΄πΌ XML parser based on MulleObjCStandardFoundation and libexpat |
MulleObjCInetOSFoundation | π π» OS specific extensions to NSHost and NSURL |
MulleObjCHTTPFoundation | π« HTTP and HTML utility methods and classes for mulle-objc |
mulle-objc-compat | π Compatibility layer with Apple Objective-C runtime functions |
objc-compat | π Glue for Objective-C code to support different Foundations |
mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install Foundation 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
Nat! for Mulle kybernetiK