MulleWeb / MulleBase64

πŸ”ž Base64 encoder / decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulleBase64

πŸ’¬ Decode and encode NSData with base64

Adds base64 coding and decoding support to NSData.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

You are here

Overview

Add

Use mulle-sde to add MulleBase64 to your project:

mulle-sde add github:MulleWeb/MulleBase64

Install

Install with mulle-sde

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

mulle-sde install --prefix /usr/local \
   https://github.com//MulleBase64/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 MulleBase64 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

About

πŸ”ž Base64 encoder / decoder

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


Languages

Language:C 55.1%Language:Objective-C 37.3%Language:CMake 7.7%