Skip to content

Commit

Permalink
Update install.md by removing note on Gazebo CMake installation
Browse files Browse the repository at this point in the history
Gazebo CMake is included as Prerequisites for building gz-tools from source. An additional note for the installation is removed since it was redundant.

Signed-off-by: Trushant Adeshara <[email protected]>
  • Loading branch information
trushant05 authored Sep 10, 2024
1 parent 665c5be commit 1f21214
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tutorials/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ Gazebo Tools requires:

* [Ruby](https://www.ruby-lang.org/). Refer to the [Ruby Documentation](https://www.ruby-lang.org/downloads/) for installation instructions. On Ubuntu systems `apt-get` can be used to install Ubuntu Package `ruby-dev`:

Note:
In case the Gazebo CMake binary didn't work out for you, you can make it from source using following command:
```
echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
sudo apt update
```

### Ubuntu Linux

Expand Down

0 comments on commit 1f21214

Please sign in to comment.