Skip to content

Commit

Permalink
update the minimum C++ version and supported Ubuntu versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hidehisaakiyama committed May 15, 2023
1 parent 6215f45 commit 15ee293
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 15ee293

Please sign in to comment.