Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ toc_max_heading_level: 4
2. Run the following commands to switch from the desktop version to server version.

```shell
sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-noble-ppa
sudo apt update
sudo apt upgrade -y
sudo apt-get install qcom-adreno1
Expand All @@ -162,7 +161,6 @@ toc_max_heading_level: 4
2. Run the following commands to switch from the server version to desktop version.

```shell
sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-noble-ppa
sudo apt update
sudo apt upgrade -y
sudo apt install qcom-adreno1- libgbm-msm1- libegl-mesa0 libegl1 libgles2 libglvnd0 libvulkan1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This guide walks you through using QIR sample applications on development kits r
4. Add Qualcomm public PPA archives to your Ubuntu software sources:

```shell
sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-ppa
sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-ppa # qcom-ppa is usually already enabled in your system. Describe here just in case.
sudo add-apt-repository ppa:ubuntu-qcom-iot/qirp
```

Expand Down