Skip to content

Commit ee4f6b9

Browse files
authored
Fix typo in package name 'build-essentials' to 'build-essential'
1 parent bef0f34 commit ee4f6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This release was published on 2022-08-28 and is based on Qt5. Choose it for olde
3737
Building SDM from source requires [CMake](https://cmake.org) and [Qt6](https://www.qt.io). For Ubuntu, the prerequisites can be installed as follows:
3838

3939
```
40-
sudo apt install build-essentials qt6-base-dev qt6-base-dev-tools libqt6svg6-dev qt6-tools-dev \
40+
sudo apt install build-essential qt6-base-dev qt6-base-dev-tools libqt6svg6-dev qt6-tools-dev \
4141
qt6-tools-dev-tools qt6-l10n-tools qt6-translations-l10n qt6-image-formats-plugins cmake
4242
```
4343

0 commit comments

Comments
 (0)