MulleWeb / MulleObjCInetFoundation

πŸ“  Internet-related classes like NSHost and NSURL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Overview

Overview

Requirement Description
MulleFoundationBase πŸ›Έ MulleFoundationBase does something
mulle-objc-list πŸ“’ Lists mulle-objc runtime information contained in executables.

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 and then install MulleObjCInetFoundation with cmake. Here /usr/local is chosen as the install prefix:

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

About

πŸ“  Internet-related classes like NSHost and NSURL

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 93.9%Language:C 5.2%Language:CMake 0.9%