fix ubuntu ci error

This commit is contained in:
Boof2015
2026-06-02 12:50:26 -04:00
parent 217c753eb8
commit f38fe4fa29
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -90,6 +90,7 @@ jobs:
libcurl4-openssl-dev \
libfreetype-dev \
libfontconfig1-dev \
libgtk-3-dev \
libx11-dev \
libxcomposite-dev \
libxcursor-dev \
+1 -1
View File
@@ -59,7 +59,7 @@ Prebuilt binaries for Windows, macOS, and Linux are available on the [Releases](
|----------|-----------|
| macOS | Xcode Command Line Tools |
| Windows | Visual Studio Build Tools |
| Linux | `build-essential`, `python3`, `libasound2-dev`, `libpulse-dev`, `libwebkit2gtk-4.1-dev` |
| Linux | `build-essential`, `python3`, `libasound2-dev`, `libpulse-dev`, `libgtk-3-dev`, `libwebkit2gtk-4.1-dev` |
```bash
git clone https://github.com/Boof2015/prism.git
+1 -1
View File
@@ -87,7 +87,7 @@ dependencies. On Ubuntu 24.04+:
```sh
sudo apt-get install build-essential cmake ninja-build pkg-config \
libasound2-dev libjack-jackd2-dev ladspa-sdk libcurl4-openssl-dev \
libfreetype-dev libfontconfig1-dev libx11-dev libxcomposite-dev \
libfreetype-dev libfontconfig1-dev libgtk-3-dev libx11-dev libxcomposite-dev \
libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \
libwebkit2gtk-4.1-dev libglu1-mesa-dev mesa-common-dev
```