We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac52bbb commit 4710f9aCopy full SHA for 4710f9a
sources/SDL/Native/build-linux-x64.sh
@@ -2,6 +2,7 @@
2
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
3
../../../eng/native/buildsystem/download-zig.py
4
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
5
+ sudo apt-get update
6
sudo apt-get install build-essential git make \
7
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
8
libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
0 commit comments