Skip to content

Commit

Permalink
Minimum required compiler is gcc 10
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Apr 20, 2023
1 parent cc77f83 commit cf7adab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ weight = 30
| Tool | Minimum version |
|-------------------------|------------------|
| git | 2.7.4 |
| gcc | 7 |
| gcc | 10 |
| python | 3 |


Expand All @@ -27,6 +27,9 @@ Install GCC and related tools
sudo apt install build-essential
sudo apt install curl zip unzip tar

As gcc 10 is required, it can be useful to set the default compiler.
[Set default compiler](https://linuxconfig.org/how-to-switch-between-multiple-gcc-and-g-compiler-versions-on-ubuntu-20-04-lts-focal-fossa)

Install Qt

sudo apt install -y qtbase5-dev libqt5svg5-dev qtbase5-private-dev
Expand Down

0 comments on commit cf7adab

Please sign in to comment.