Skip to content
Snippets Groups Projects
Commit 93003c82 authored by athatheo's avatar athatheo
Browse files

Merge branch 'readme-readability' into 'master'

Fix README readabilty

See merge request acubesat/obc/ecss-services!155
parents 8ad8d4b8 f8a6ab07
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ need to:
- or, clone the repo on your own, and package it locally use `conan create . --build=missing` in the root of the repo.
- or, clone the repo on your own and add it as a submodule in the `lib` folder, and make the necessary CMakeLists.
txt changes to include it in the build.
To build, you first have run `conan profile detect --force`, which generates default profile detecting GCC. You
should find where conan stores the profiles, usually it's at `~/.conan/profiles/`. Then, you need to run `cp
conan-profile $PROFILE_PATH`, where `$PROFILE_PATH` is the path to the directory that conan stores profiles.
......@@ -74,7 +75,6 @@ After you've run `conan install...` you can `Reload CMake project` and build as
<summary>Getting conan</summary>
You can install [conan](https://conan.io/) following the instructions from
[here](https://docs.conan.io/en/latest/installation.html). Just to be safe, you can follow the standard procedure from
[here](https://docs.conan.io/en/latest/getting_started.html):
[here](https://docs.conan.io/2/installation.html).
</details>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment