Skip to content

Commit

Permalink
Merge pull request #134 from rcsoccersim/feature/readme-18.1
Browse files Browse the repository at this point in the history
update the minimum C++ version and supported Ubuntu versions.
  • Loading branch information
hidehisaakiyama authored May 15, 2023
2 parents 1e39182 + 15ee293 commit 47b1d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ For further reading, please check [the user's manual](https://rcsoccersim.readth
rcssserver is implemented by C++14 and depends some libraries.
Make sure you have the required dependencies installed on your system:

- g++ (which supports C++14)
- g++ (which supports C++17)
- autoconf
- automake
- libtool
- flex
- bison
- boost >= 1.44

In the case of Ubuntu 18.04 or 20.04, the following commands will resolve all dependencies:
In the case of Ubuntu 20.04 or 22.04, the following commands will resolve all dependencies:

```
sudo apt update
Expand Down

0 comments on commit 47b1d4a

Please sign in to comment.