Skip to content

Commit

Permalink
docs: readme correction and removing unused section
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbruun committed Nov 12, 2024
1 parent a0e786c commit 3ffa1e8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ according with:
For files licensed under BSD license, refer to BSD-3-Clause file in the root directory of this source tree.


GIT Repository
--------------

The canonical https access of the repository is https://github.com/onomondo/onomondo-uicc

The canonical git+ssh access of the repository is `[email protected]:onomondo/onomondo-uicc.git`


External Dependencies
---------------------

Expand Down Expand Up @@ -100,9 +92,8 @@ Install cmake, make and a c compiler.
then run:

```
$ cmake -s . -b build -dconfig_use_system_heap=y
$ cmake -S . -B build -DCONFIG_USE_SYSTEM_HEAP=y -DCONFIG_USE_LOGS=y -DBUILD_TESTING=y
$ cmake --build build
$ make
```

### Installing run time dependencies
Expand Down

0 comments on commit 3ffa1e8

Please sign in to comment.