@@ -18,10 +18,6 @@ These templates enable you to:
1818
1919
2020
21- | Release Version | Release Notes
22- |-------------------------------------------------------|--------------
23- | ![ Mulle kybernetiK tag] ( https://img.shields.io/github/tag/mulle-c/mulle-c-developer.svg?branch=release ) [ ![ Build Status] ( https://github.com/mulle-c/mulle-c-developer/workflows/CI/badge.svg?branch=release )] ( //github.com/mulle-c/mulle-c-developer/actions ) | [ RELEASENOTES] ( RELEASENOTES.md ) |
24-
2521
2622
2723## Usage
@@ -49,59 +45,8 @@ mulle-sde init -d hello-lib -m mulle-c/c-developer library
4945
5046
5147
52- ## Add
53-
54- ** This project is a component of the [ mulle-core] ( //github.com/mulle-core/mulle-core ) library. As such you usually will * not* add or install it
55- individually, unless you specifically do not want to link against
56- ` mulle-core ` .**
57-
58-
59- ### Add as an individual component
60-
61- Use [ mulle-sde] ( //github.com/mulle-sde ) to add mulle-c-developer to your project:
62-
63- ``` sh
64- mulle-sde add github:mulle-c/mulle-c-developer
65- ```
66-
67- To only add the sources of mulle-c-developer with dependency
68- sources use [ clib] ( https://github.com/clibs/clib ) :
69-
70-
71- ``` sh
72- clib install --out src/mulle-c mulle-c/mulle-c-developer
73- ```
74-
75- Add ` -isystem src/mulle-c ` to your ` CFLAGS ` and compile all the sources that were downloaded with your project.
7648
7749
78- ## Install
79-
80- ### Install with mulle-sde
81-
82- Use [ mulle-sde] ( //github.com/mulle-sde ) to build and install mulle-c-developer:
83-
84- ``` sh
85- mulle-sde install --prefix /usr/local \
86- https://github.com/mulle-c/mulle-c-developer/archive/latest.tar.gz
87- ```
88-
89- ### Manual Installation
90-
91-
92- Download the latest [ tar] ( https://github.com/mulle-c/mulle-c-developer/archive/refs/tags/latest.tar.gz ) or [ zip] ( https://github.com/mulle-c/mulle-c-developer/archive/refs/tags/latest.zip ) archive and unpack it.
93-
94- Install ** mulle-c-developer** into ` /usr/local ` with [ cmake] ( https://cmake.org ) :
95-
96- ``` sh
97- cmake -B build \
98- -DCMAKE_INSTALL_PREFIX=/usr/local \
99- -DCMAKE_PREFIX_PATH=/usr/local \
100- -DCMAKE_BUILD_TYPE=Release &&
101- cmake --build build --config Release &&
102- cmake --install build --config Release
103- ```
104-
10550
10651## Author
10752
0 commit comments