Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
newer install of qt on linux require libxcb-cursor0
  • Loading branch information
pilotnbr1 authored Dec 26, 2023
1 parent 9e6262b commit 05cc37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05cc37c

Please sign in to comment.