Skip to content

Commit

Permalink
How to install latest CMake if required (#22) (#23)
Browse files Browse the repository at this point in the history
* How to install latest CMake if required

* Link to upstream mbed install intructions

(cherry picked from commit 162eb1f)

Co-authored-by: Amilcar Lucas <[email protected]>
  • Loading branch information
mergify[bot] and amilcarlucas authored Mar 21, 2022
1 parent 90da7aa commit 87d7931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ If you do not have an ARM compiler you will need to install one:
sudo apt install gcc-arm-none-eabi
```

This component needs `CMake` >= 3.19, `colcon` and other Python 3 packages in order to build micro-ROS packages:
Make sure you have [all the mbed prerequisite software](https://os.mbed.com/docs/mbed-os/v6.15/build-tools/install-or-upgrade.html#prerequisite) installed on your computer.

This component needs `colcon` and other Python 3 packages in order to build micro-ROS packages:

```bash
sudo apt install python3-pip ninja-build
Expand Down

0 comments on commit 87d7931

Please sign in to comment.