Skip to content

Commit

Permalink
Drop the rustup iron requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed Apr 25, 2024
1 parent 12ebc2e commit 555be8b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ For information about the Design please visit [design](docs/design.md) page.

## Setup

Install latest rustc via `rustup` if building on Ubuntu Jammy.
Skip this step if building on Ubuntu Noble as `cargo` and `rustc` will be
installed via `rosdep`.
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install 1.75.0
```

Build `rmw_zenoh_cpp`

```bash
Expand Down

0 comments on commit 555be8b

Please sign in to comment.