Update Linux build instructions for Ubuntu 24.04
Include `build-essential` package in prerequisites to install g++, make, etc., which are probably not present on a freshly installed Ubuntu system.
This commit is contained in:
@@ -41,7 +41,7 @@ $ sudo make install
|
||||
|
||||
### Installing Prerequisites
|
||||
```
|
||||
$ sudo apt install cmake
|
||||
$ sudo apt install build-essential cmake
|
||||
$ sudo apt install qt6-base-dev qt6-svg-dev qt6-tools-dev
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user