Skip to content

Commit

Permalink
DOC: Remove need for Qt Script in Ubuntu dev tools
Browse files Browse the repository at this point in the history
Qt Script usage was replaced in ea25fa6.
  • Loading branch information
jamesobutler committed Apr 13, 2024
1 parent d6e2fac commit 71ccf6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/developer_guide/build_instructions/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Install the development tools and the support libraries:
```console
sudo apt update && sudo apt install git git-lfs build-essential \
libqt5x11extras5-dev qtmultimedia5-dev libqt5svg5-dev qtwebengine5-dev libqt5xmlpatterns5-dev qttools5-dev qtbase5-private-dev \
qtscript5-dev libxt-dev
libxt-dev
```

Install CMake manually by downloading CMake 3.25.3 or higher from the [CMake website](https://cmake.org/download/)
Expand Down Expand Up @@ -88,7 +88,7 @@ Install the development tools and the support libraries:
sudo apt update && sudo apt install git build-essential \
cmake cmake-curses-gui cmake-qt-gui \
libqt5x11extras5-dev qtmultimedia5-dev libqt5svg5-dev qtwebengine5-dev libqt5xmlpatterns5-dev qttools5-dev qtbase5-private-dev \
qtscript5-dev libxt-dev libssl-dev
libxt-dev libssl-dev
```

### Ubuntu 20.04 (Focal Fossa)
Expand All @@ -105,7 +105,7 @@ Install the development tools and the support libraries:
sudo apt update && sudo apt install git build-essential \
cmake cmake-curses-gui cmake-qt-gui \
libqt5x11extras5-dev qtmultimedia5-dev libqt5svg5-dev qtwebengine5-dev libqt5xmlpatterns5-dev qttools5-dev qtbase5-private-dev \
qtscript5-dev libxt-dev qt5-default
libxt-dev qt5-default
```

### ArchLinux
Expand Down

0 comments on commit 71ccf6d

Please sign in to comment.