/MulleObjCCalendarFoundation

📆 Calendar class NSCalendar

Primary LanguageObjective-CBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

MulleObjCCalendarFoundation

📆 Calendar class NSCalendar

Adds a Gregorian and a Julian NSCalendar to the MulleFoundation.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

API

Class Description
NSCalendar
NSDateComponents

Requirements

Requirement Release Version Description
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 MulleObjCCalendarFoundation to your project:

mulle-sde add github:MulleFoundation/MulleObjCCalendarFoundation

Install

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

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

Legacy Installation

Install the requirements:

Requirements Description
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 MulleObjCCalendarFoundation 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