diff --git a/docs/en/qgc-dev-guide/getting_started/index.md b/docs/en/qgc-dev-guide/getting_started/index.md index a88c1612b79..aba8250c23d 100644 --- a/docs/en/qgc-dev-guide/getting_started/index.md +++ b/docs/en/qgc-dev-guide/getting_started/index.md @@ -103,7 +103,7 @@ To see a complete list of all available components in the installer _Select Comp 1. Install Additional Packages (Platform Specific) - - **Ubuntu:** `bash ./qgroundcontrol/tool/setup/ubuntu.sh` + - **Ubuntu:** `bash ./qgroundcontrol/tools/setup/ubuntu.sh` - **Fedora:** `sudo dnf install speech-dispatcher SDL2-devel SDL2 systemd-devel patchelf` - **Arch Linux:** `pacman -Sy speech-dispatcher patchelf` - **OSX** [Setup](https://doc.qt.io/qt-6/macos.html) diff --git a/docs/en/qgc-user-guide/getting_started/download_and_install.md b/docs/en/qgc-user-guide/getting_started/download_and_install.md index 02c9762cd30..4a41f1aa754 100644 --- a/docs/en/qgc-user-guide/getting_started/download_and_install.md +++ b/docs/en/qgc-user-guide/getting_started/download_and_install.md @@ -64,8 +64,8 @@ Before installing _QGroundControl_ for the first time: sudo usermod -a -G dialout $USER sudo apt-get remove modemmanager -y sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y - sudo apt install libqt5gui5 -y sudo apt install libfuse2 -y + sudo apt install libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor0 -y ``` 1. Logout and login again to enable the change to user permissions.