Just install everything with apt-get
This commit is contained in:
parent
1e5a1d9690
commit
5ba78b1951
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user