From 05cc37c0380bcf37e670ab65620e9b4f33ee6111 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 26 Dec 2023 12:31:26 -0500 Subject: [PATCH] Update README.md newer install of qt on linux require libxcb-cursor0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b36ff4a5b..d77af0fc9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ We have a CI setup that checks compilation on Ubuntu. You can review the steps i 1. Install Qt using the [Qt online installer](https://www.qt.io/download-qt-installer). 2. Have it download Qt 5.15.0+ for Linux. -3. Install GStreamer development packages from the package manager (e.g., on Ubuntu, run `apt install gstreamer1.0-gl libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-qt`). +3. Install GStreamer development packages from the package manager (e.g., on Ubuntu, run `apt install gstreamer1.0-gl libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-qt libxcb-cursor0`). 4. Clone the source code as mentioned earlier. ### Manual via qmake