Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 22, 2024
1 parent e88fe2b commit 669fa3f
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 39 deletions.
40 changes: 5 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions cola/config.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
config =
{
skipAdd = YES;
};
}
6 changes: 2 additions & 4 deletions cola/description.md.bud
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions cola/install.md.bud
Original file line number Diff line number Diff line change
@@ -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`.
11 changes: 11 additions & 0 deletions overview.dot
Original file line number Diff line number Diff line change
@@ -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"
}
55 changes: 55 additions & 0 deletions overview.dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 669fa3f

Please sign in to comment.