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 34a3bd1 commit 37c7d96
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 20 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ubuntu:latest
ENV OTHER_PROJECTS \
mulle-sde/mulle-sde-developer; \
mulle-c/mulle-c-developer; \
mulle-core/mulle-core-developer; \
mulle-objc/mulle-objc-developer; \
MulleFoundation/mulle-foundation-developer; \
MulleFoundation/foundation-developer;
Expand All @@ -30,6 +31,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& chmod 755 installer-all \
&& ./installer-all /usr no \
\
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb" \
&& dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb"
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb" \
&& dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"

24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ As a package for **homebrew** (OS X) and **apt** (Linux) *foundation-developer*
is the most convenient way to install [mulle-objc](//github.com/mulle-objc)
and [mulle-sde](//github.com/mulle-sde).

Installing foundation-developer is also the main way to install all the other
developer packages, like mulle-objc-developer or mulle-core-developer.

See [The mulle-objc Community](//mulle-objc.github.io) for more information about
*mulle-objc* and *mulle-sde*.



| Release Version | Release Notes
|-------------------------------------------------------|--------------
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/foundation-developer.svg?branch=release) [![Build Status](https://github.com/MulleFoundation/foundation-developer/workflows/CI/badge.svg?branch=release)](//github.com/MulleFoundation/foundation-developer/actions) | [RELEASENOTES](RELEASENOTES.md) |



## Usage
Expand Down Expand Up @@ -61,14 +59,10 @@ Then just follow the instructions *mulle-sde* prints.



### You are here

## Add

Use [mulle-sde](//github.com/mulle-sde) to add foundation-developer to your project:
![Overview](overview.dot.svg)

``` sh
mulle-sde add github:MulleFoundation/foundation-developer
```

## Install

Expand Down Expand Up @@ -116,6 +110,7 @@ chmod 755 installer-all && \
sudo OTHER_PROJECTS="MulleFoundation/foundation-developer; \
MulleFoundation/mulle-foundation-developer; \
mulle-objc/mulle-objc-developer; \
mulle-core/mulle-core-developer; \
mulle-c/mulle-c-developer;" \
SDE_PROJECTS="mulle-sde-developer; \
mulle-test;" \
Expand All @@ -135,6 +130,7 @@ chmod 755 installer-all && \
OTHER_PROJECTS="MulleFoundation/foundation-developer; \
MulleFoundation/mulle-foundation-developer; \
mulle-objc/mulle-objc-developer; \
mulle-core/mulle-core-developer; \
mulle-c/mulle-c-developer;" \
SDE_PROJECTS="mulle-sde-developer; \
mulle-test;" \
Expand All @@ -149,8 +145,8 @@ the [compiler releases](//github.com/mulle-cc/mulle-clang-project/releases)
page:

``` sh
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb"
sudo dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb"
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb"
sudo dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"
```

Check the [debugger releases](//github.com/mulle-cc/mulle-gdb/releases)
Expand Down Expand Up @@ -213,8 +209,8 @@ sudo apt-get install foundation-developer
#### Install mulle-clang and mulle-gdb

``` sh
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb"
sudo dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb"
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bullseye-amd64.deb"
sudo dpkg --install "mulle-clang-17.0.6.0-bullseye-amd64.deb"
```

Check the [debugger releases](//github.com/mulle-cc/mulle-gdb/releases)
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.23.0

* Various small improvements


## 0.22.0 + 0.23.0

changed to 0.23.0 to be in lockstep with mulle-objc-runtime version
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;
};
}
2 changes: 2 additions & 0 deletions cola/description.md.bud
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ As a package for **homebrew** (OS X) and **apt** (Linux) *foundation-developer*
is the most convenient way to install [mulle-objc](//github.com/mulle-objc)
and [mulle-sde](//github.com/mulle-sde).

Installing foundation-developer is also the main way to install all the other
developer packages, like mulle-objc-developer or mulle-core-developer.

See [The mulle-objc Community](//mulle-objc.github.io) for more information about
*mulle-objc* and *mulle-sde*.
Expand Down
10 changes: 6 additions & 4 deletions cola/install.md.bud
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ chmod 755 installer-all && \
sudo OTHER_PROJECTS="MulleFoundation/foundation-developer; \
MulleFoundation/mulle-foundation-developer; \
mulle-objc/mulle-objc-developer; \
mulle-core/mulle-core-developer; \
mulle-c/mulle-c-developer;" \
SDE_PROJECTS="mulle-sde-developer; \
mulle-test;" \
Expand All @@ -63,6 +64,7 @@ chmod 755 installer-all && \
OTHER_PROJECTS="MulleFoundation/foundation-developer; \
MulleFoundation/mulle-foundation-developer; \
mulle-objc/mulle-objc-developer; \
mulle-core/mulle-core-developer; \
mulle-c/mulle-c-developer;" \
SDE_PROJECTS="mulle-sde-developer; \
mulle-test;" \
Expand All @@ -77,8 +79,8 @@ the [compiler releases](//github.com/mulle-cc/mulle-clang-project/releases)
page:

``` sh
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb"
sudo dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb"
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb"
sudo dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"
```

Check the [debugger releases](//github.com/mulle-cc/mulle-gdb/releases)
Expand Down Expand Up @@ -141,8 +143,8 @@ sudo apt-get install foundation-developer
#### Install mulle-clang and mulle-gdb

``` sh
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb"
sudo dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb"
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bullseye-amd64.deb"
sudo dpkg --install "mulle-clang-17.0.6.0-bullseye-amd64.deb"
```

Check the [debugger releases](//github.com/mulle-cc/mulle-gdb/releases)
Expand Down
14 changes: 14 additions & 0 deletions overview.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
digraph sourcetree
{
rankdir = TD;
node [ shape="box"; style="filled" ]
"foundation-developer" [ fillcolor="yellow"]
"mulle-foundation-developer" [ fillcolor="white"]
"mulle-objc-developer" [ fillcolor="white"]
"mulle-core-developer" [ fillcolor="white"]
"mulle-c-developer" [ fillcolor="white"]
"mulle-sde-developer" [ fillcolor="white"]

"foundation-developer" -> "mulle-foundation-developer" -> "mulle-objc-developer" -> "mulle-c-developer" -> "mulle-sde-developer"
"foundation-developer" -> "mulle-core-developer"
}
79 changes: 79 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 37c7d96

Please sign in to comment.