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 063df43 commit ac52bbbCopy full SHA for ac52bbb
sources/SDL/Native/build-linux-x64.sh
@@ -2,7 +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
- apt-get install build-essential git make \
+ sudo apt-get install build-essential git make \
6
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
7
libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
8
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev \
0 commit comments