Skip to content

Commit

Permalink
docs: Update compiler requirements (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
4kangjc authored May 3, 2023
1 parent 52ee580 commit df18c41
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 @@ -68,7 +68,7 @@ The User can download the binary release from [releases](https://github.com/Qiho

#### Dependencies

* gcc g++, C++11 support (version>=4.8)
* gcc g++, C++17 support (version>=7)
* make
* cmake (version>=3.18)
* autoconf
Expand All @@ -77,7 +77,7 @@ The User can download the binary release from [releases](https://github.com/Qiho

#### Compile

Upgrade your gcc to version at least 4.8 to get C++11 support.
Upgrade your gcc to version at least 7 to get C++17 support.

1. Get the source code

Expand Down

0 comments on commit df18c41

Please sign in to comment.