Skip to content

Commit

Permalink
doc: Mention gcc 10 in the C++ prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 22, 2022
1 parent f54cebf commit 6799407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For Linux a few additional packages beyond the usual build essentials are needed
To use Slint from C++, the following extra dependencies are needed:

- **[cmake](https://cmake.org/download/)** (3.19 or newer)
- A C++ compiler that can supports C++20 (e.g., **MSVC 2019 16.6** on Windows)
- A C++ compiler that can supports C++20 (e.g., **MSVC 2019 16.6** on Windows, or **GCC 10**)

### Node.js API (optional)

Expand Down

0 comments on commit 6799407

Please sign in to comment.