Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Add basic Steam Deck instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj committed Feb 18, 2023
1 parent 877903f commit d03609e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions en/getting_started/download_and_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ To install *QGroundControl*:
* [Android 32 bit APK](https://qgroundcontrol.s3-us-west-2.amazonaws.com/latest/QGroundControl32.apk)
* [Android 64 bit APK](https://qgroundcontrol.s3-us-west-2.amazonaws.com/latest/QGroundControl64.apk)

## Steam Deck Linux {#steamdeck}

*QGroundControl* can run on the Steam Deck running SteamOS.

Before running *QGroundControl* for the first time:
1. On the command prompt enter:
```sh
sudo usermod -a -G uucp $USER
```
<!-- Note, remove install of libqt5gui5 https://github.com/mavlink/qgroundcontrol/issues/10176 fixed -->
1. Reboot to enable the change to user permissions.

&nbsp;
To install *QGroundControl*:
1. Download [QGroundControl.AppImage](https://d176tv9ibo4jno.cloudfront.net/latest/QGroundControl.AppImage).
1. Upon first run, you will be prompted to allow executing as a program. Select "Allow" and "Never ask again".

## Old Stable Releases

Old stable releases can be found on <a href="https://github.com/mavlink/qgroundcontrol/releases/" target="_blank">GitHub</a>.
Expand Down

0 comments on commit d03609e

Please sign in to comment.