Just install everything with apt-get

This commit is contained in:
Nikolai Rodionov 2023-03-06 20:48:50 +01:00
parent 1e5a1d9690
commit 5ba78b1951
Signed by: allanger
GPG Key ID: 906851F91B1DA3EF
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,8 @@ steps:
- name: Build the Linux version
image: ubuntu
commands:
- ./linux/deb_get_prereqs.sh
- apt update -y
- apt install -y build-essential libasound2 cmake fftw-dev pkg-config libx11-dev x11-xserver-utils libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libfftw3-dev
- cmake -B build -S /src -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
- cmake --build build

1
notes.txt Normal file
View File

@ -0,0 +1 @@
apt install build-essential libasound2 cmake fftw-dev pkg-config libx11-dev x11-xserver-utils libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libfftw3-dev