-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: readme correction and removing unused section
- Loading branch information
1 parent
a0e786c
commit 3ffa1e8
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
--------------------- | ||
|
||
|
@@ -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 | ||
|