Skip to content

Commit

Permalink
Merge pull request #61 from rcsoccersim/develop
Browse files Browse the repository at this point in the history
Update installation instructions for Ubuntu 22.04
  • Loading branch information
hidehisaakiyama authored Sep 21, 2024
2 parents ae7668a + 01f880a commit 42848cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

## :soccer: Quick Start

rcssmonitor is implemented by C++14 and depends [Qt5](https://www.qt.io/).
At first, related tools have to be installed on the system.
In the case of Ubuntu 18.04 or 20.04, execute the following commands:

rcssmonitor is implemented by C++14 and depends [Qt5](https://www.qt.io/). At first, related tools have to be installed on the system. In the case of Ubuntu 22.04, execute the following command:
```bash
sudo apt install build-essential automake autoconf libtool libboost-all-dev qtbase5-dev qt5-qmake libfontconfig1-dev libaudio-dev libxt-dev libglib2.0-dev libxi-dev libxrender-dev
```
In the case of Ubuntu 16.04 - 20.04, execute the following command:
```bash
sudo apt update
sudo apt install build-essential qt5-default libfontconfig1-dev libaudio-dev libxt-dev libglib2.0-dev libxi-dev libxrender-dev
```

Expand Down

0 comments on commit 42848cd

Please sign in to comment.