Skip to content

Commit

Permalink
doc: Update requirements for C++20.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Feb 28, 2022
1 parent 66f9b4b commit e2589f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/building.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Building nyan

This project requires a C++17 compiler (e.g gcc >= 7 or clang >= 4) and
This project requires a C++20 compiler (e.g gcc >= 10 or clang >= 10) and
uses `flex` and `cmake`.


## Dependencies

###### Ubuntu 16.04 or later
###### Ubuntu 20.04 or later

```
sudo apt-get update
Expand Down

0 comments on commit e2589f5

Please sign in to comment.