Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 3.93 KB

README.md

File metadata and controls

75 lines (46 loc) · 3.93 KB

MulleObjCInetOSFoundation

📠💻 OS specific extensions to NSHost and NSURL

MulleObjCInetOSFoundation contains the NSURL specific parts from MulleObjCOSFoundation and adds them to MulleObjCInetFoundation.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

Requirements

Requirement Release Version Description
MulleObjCInetFoundation Mulle kybernetiK tag Build Status 📠 Internet-related classes like NSHost and NSURL for mulle-objc
MulleObjCOSFoundation Mulle kybernetiK tag Build Status 💻 Platform-dependent classes and categories like NSTask, NSPipe
mulle-objc-list Mulle kybernetiK tag Build Status 📒 Lists mulle-objc runtime information contained in executables.

You are here

Overview

Add

Use mulle-sde to add MulleObjCInetOSFoundation to your project:

mulle-sde add github:MulleFoundation/MulleObjCInetOSFoundation

Install

Use mulle-sde to build and install MulleObjCInetOSFoundation and all dependencies:

mulle-sde install --prefix /usr/local \
   https://github.com/MulleFoundation/MulleObjCInetOSFoundation/archive/latest.tar.gz

Legacy Installation

Install the requirements:

Requirements Description
MulleObjCInetFoundation 📠 Internet-related classes like NSHost and NSURL for mulle-objc
MulleObjCOSFoundation 💻 Platform-dependent classes and categories like NSTask, NSPipe
mulle-objc-list 📒 Lists mulle-objc runtime information contained in executables.

Download the latest tar or zip archive and unpack it.

Install MulleObjCInetOSFoundation 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