From 9dd86d3a1f52a48c55b9ae530212ae68a4a41354 Mon Sep 17 00:00:00 2001 From: Hidehisa Akiyama Date: Sat, 21 Sep 2024 13:36:15 +0900 Subject: [PATCH] Update installation instructions for Ubuntu 22.04 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 667e90b..1f46944 100644 --- a/README.md +++ b/README.md @@ -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 ```