Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions jetty/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,13 @@ The first step is to create a developer workspace in which `vcstool` and

```bash
mkdir -p ~/workspace/src
cd ~/workspace/src
```

All the sources of gazebo-jetty are declared in a yaml file. Download
it to the workspace:

```bash
curl -O https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/master/collection-jetty.yaml
cd ~/workspace/
```

Use `vcstool` to automatically retrieve all the Gazebo libraries sources from
their repositories:

```bash
vcs import < collection-jetty.yaml
vcs import --input https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/master/collection-jetty.yaml src
```

The src subdirectory should contain all the sources ready to be built.
Expand Down
Loading