File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
77 ../../../eng/native/buildsystem/download-zig.py
88 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
9+ # Dependency list is from https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md#build-dependencies
910 sudo apt-get update
1011 sudo apt-get install build-essential git make \
1112 pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
Original file line number Diff line number Diff line change 66if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
77 ../../../eng/native/buildsystem/download-zig.py
88 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
9+ # Dependency list is from https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md#build-dependencies
910 sudo apt-get update
1011 sudo apt-get install build-essential git make \
1112 pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
Original file line number Diff line number Diff line change 66if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
77 ../../../eng/native/buildsystem/download-zig.py
88 export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
9+ # Dependency list is from https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md#build-dependencies
910 sudo apt-get update
1011 sudo apt-get install build-essential git make \
1112 pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
You can’t perform that action at this time.
0 commit comments