Skip to content

Commit 992c1cc

Browse files
edit correct place for GCC version notice
1 parent 0c5c0d9 commit 992c1cc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ We maintain a support forum on biostars: https://www.biostars.org/tag/vg/
4444

4545
## Installation
4646

47-
*Update:* GCC version 10 or higher now required for those compiling from source.
48-
4947
### Download Releases
5048

5149
The easiest way to get vg is to download one of our release builds for Linux. We have a 6-week release cadence, so our builds are never too far out of date.
@@ -95,7 +93,7 @@ On other distros, or if you do not have root access, you will need to perform th
9593
liblzma-dev liblz4-dev libffi-dev libcairo-dev libboost-all-dev \
9694
libzstd-dev pybind11-dev python3-pybind11 libssl-dev kmc
9795
98-
At present, you will need GCC version 9 or greater, with support for C++17, to compile vg. (Check your version with `gcc --version`.) GCC up to 11.4.0 is supported.
96+
At present, you will need GCC version 10 or greater, with support for C++20, to compile vg. (Check your version with `gcc --version`.) GCC up to 11.4.0 is supported.
9997

10098
Other libraries may be required. Please report any build difficulties.
10199

0 commit comments

Comments
 (0)