Skip to content

📠 Internet-related classes like NSHost and NSURL

License

Notifications You must be signed in to change notification settings

MulleWeb/MulleObjCInetFoundation

Repository files navigation

MulleObjCInetFoundation

📠 Internet-related classes like NSHost and NSURL for mulle-objc

The library adds NSURL and NSHost classes.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

You are here

Overview

Add

Use mulle-sde to add MulleObjCInetFoundation to your project:

mulle-sde add github:MulleWeb/MulleObjCInetFoundation

Install

Install with mulle-sde

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

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

Manual Installation

Install the requirements:

Requirements Description
MulleFoundationBase 🧱 MulleFoundationBase amalgamates Foundations projects
mulle-objc-list 📒 Lists mulle-objc runtime information contained in executables.

Download the latest tar or zip archive and unpack it.

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

Platforms and Compilers

All platforms and compilers supported by mulle-c11.

Author

Nat! for Mulle kybernetiK