diff --git a/README.md b/README.md index cee8276..0ff5037 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,13 @@ #### 👑 Objective-C development with the MulleFoundation and mulle-sde -This is a collection of [mulle-sde](//github.com/mulle-sde/mulle-sde) +This is a collection of [mulle-sde](//github.com/mulle-sde) *extensions* to support development of [MulleFoundation](//github.com/MulleFoundation) code. As a package **mulle-foundation-developer** is also a convenient way to install mulle-sde and [mulle-clang](//github.com/mulle-cc/mulle-clang-project). -| Release Version | Release Notes -|-------------------------------------------------------|-------------- -| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/mulle-foundation-developer.svg?branch=release) [![Build Status](https://github.com/MulleFoundation/mulle-foundation-developer/workflows/CI/badge.svg?branch=release)](//github.com/MulleFoundation/mulle-foundation-developer/actions) | [RELEASENOTES](RELEASENOTES.md) | - ## Usage @@ -42,40 +38,14 @@ mulle-foundation/objc-developer | meta | Create Objective-C projects -## Add - -Use [mulle-sde](//github.com/mulle-sde) to add mulle-foundation-developer to your project: - -``` sh -mulle-sde add github:MulleFoundation/mulle-foundation-developer -``` ## Install -### Install with mulle-sde - -Use [mulle-sde](//github.com/mulle-sde) to build and install mulle-foundation-developer: - -``` sh -mulle-sde install --prefix /usr/local \ - https://github.com/MulleFoundation/mulle-foundation-developer/archive/latest.tar.gz -``` - -### Manual Installation - +Install [foundation-developer](//github.com/MulleFoundation/foundation-developer) and +mulle-foundation-developer will part of the deal. -Download the latest [tar](https://github.com/MulleFoundation/mulle-foundation-developer/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/MulleFoundation/mulle-foundation-developer/archive/refs/tags/latest.zip) archive and unpack it. - -Install **mulle-foundation-developer** into `/usr/local` with [cmake](https://cmake.org): - -``` sh -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 -``` +> If you really want just mulle-foundation-developer, +> examine the "Script" approach and reduce the `OTHER_PROJECTS`. ## Author diff --git a/cola/config.plist b/cola/config.plist new file mode 100644 index 0000000..d8f5fa2 --- /dev/null +++ b/cola/config.plist @@ -0,0 +1,6 @@ +{ + config = + { + skipAdd = YES; + }; +} diff --git a/cola/description.md.bud b/cola/description.md.bud index ac15b7a..d74e737 100644 --- a/cola/description.md.bud +++ b/cola/description.md.bud @@ -1,5 +1,3 @@ -This is a collection of [mulle-sde](//github.com/mulle-sde/mulle-sde) +This is a collection of [mulle-sde](//github.com/mulle-sde) *extensions* to support development of [MulleFoundation](//github.com/MulleFoundation) -code. As a package **mulle-foundation-developer** is also a convenient way to -install mulle-sde and [mulle-clang](//github.com/mulle-cc/mulle-clang-project). - +code. \ No newline at end of file diff --git a/cola/install.md.bud b/cola/install.md.bud new file mode 100644 index 0000000..3833db4 --- /dev/null +++ b/cola/install.md.bud @@ -0,0 +1,7 @@ +## Install + +Install [foundation-developer](//github.com/MulleFoundation/foundation-developer) and +{{ project.name }} will part of the deal. + +> If you really want just {{ project.name }}, +> examine the "Script" approach and reduce the `OTHER_PROJECTS`. diff --git a/overview.dot b/overview.dot new file mode 100644 index 0000000..1e6d5ea --- /dev/null +++ b/overview.dot @@ -0,0 +1,11 @@ +digraph sourcetree +{ + rankdir = TD; + node [ shape="box"; style="filled" ] + "mulle-foundation-developer" [ fillcolor="yellow"] + "mulle-objc-developer" [ fillcolor="white"] + "mulle-c-developer" [ fillcolor="white"] + "mulle-sde-developer" [ fillcolor="white"] + + "mulle-foundation-developer" -> "mulle-objc-developer" -> "mulle-c-developer" -> "mulle-sde-developer" +} diff --git a/overview.dot.svg b/overview.dot.svg new file mode 100644 index 0000000..92bb0ff --- /dev/null +++ b/overview.dot.svg @@ -0,0 +1,55 @@ + + + + + + +sourcetree + + + +mulle-foundation-developer + +mulle-foundation-developer + + + +mulle-objc-developer + +mulle-objc-developer + + + +mulle-foundation-developer->mulle-objc-developer + + + + + +mulle-c-developer + +mulle-c-developer + + + +mulle-objc-developer->mulle-c-developer + + + + + +mulle-sde-developer + +mulle-sde-developer + + + +mulle-c-developer->mulle-sde-developer + + + + +