File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ if [ ! -e ../../../eng/submodules/openal-soft/CMakeLists.txt ]; then
33 git submodule update --init --recursive --depth 1 ../../../eng/submodules/openal-soft
44fi
55
6+ if [ -e ../../../eng/native/buildsystem/zig ]; then
7+ export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
8+ fi
9+
610if [[ " $@ " == * " --install-deps" * ]]; then
711 ../../../eng/native/buildsystem/download-zig.py
8- export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
912 sudo apt-get update
1013 sudo apt-get install build-essential git make \
1114 pkg-config cmake ninja-build libasound2-dev libpulse-dev libsoundio-dev libsndfile1-dev libmysofa-dev \
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ if [ ! -e ../../../eng/submodules/openal-soft/CMakeLists.txt ]; then
33 git submodule update --init --recursive --depth 1 ../../../eng/submodules/openal-soft
44fi
55
6+ if [ -e ../../../eng/native/buildsystem/zig ]; then
7+ export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
8+ fi
9+
610if [[ " $@ " == * " --install-deps" * ]]; then
711 ../../../eng/native/buildsystem/download-zig.py
8- export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
912 sudo apt-get update
1013 sudo apt-get install build-essential git make \
1114 pkg-config cmake ninja-build libasound2-dev libpulse-dev libsoundio-dev libsndfile1-dev libmysofa-dev \
Original file line number Diff line number Diff line change 55
66if [[ " $@ " == * " --install-deps" * ]]; then
77 ../../../eng/native/buildsystem/download-zig.py
8- export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
98 sudo apt-get update
109 sudo apt-get install build-essential git make \
1110 pkg-config cmake ninja-build libasound2-dev libpulse-dev libsoundio-dev libsndfile1-dev libmysofa-dev \
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ if [ ! -e ../../../eng/submodules/sdl/CMakeLists.txt ]; then
33 git submodule update --init --recursive --depth 1 ../../../eng/submodules/sdl
44fi
55
6+ if [ -e ../../../eng/native/buildsystem/zig ]; then
7+ export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
8+ fi
9+
610if [[ " $@ " == * " --install-deps" * ]]; then
711 ../../../eng/native/buildsystem/download-zig.py
8- export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
912 sudo apt-get update
1013 sudo apt-get install build-essential git make \
1114 pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ if [ ! -e ../../../eng/submodules/sdl/CMakeLists.txt ]; then
33 git submodule update --init --recursive --depth 1 ../../../eng/submodules/sdl
44fi
55
6+ if [ -e ../../../eng/native/buildsystem/zig ]; then
7+ export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
8+ fi
9+
610if [[ " $@ " == * " --install-deps" * ]]; then
711 ../../../eng/native/buildsystem/download-zig.py
8- export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
912 sudo apt-get update
1013 sudo apt-get install build-essential git make \
1114 pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ if [ ! -e ../../../eng/submodules/sdl/CMakeLists.txt ]; then
33 git submodule update --init --recursive --depth 1 ../../../eng/submodules/sdl
44fi
55
6+ if [ -e ../../../eng/native/buildsystem/zig ]; then
7+ export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
8+ fi
9+
610if [[ " $@ " == * " --install-deps" * ]]; then
711 ../../../eng/native/buildsystem/download-zig.py
8- export PATH=" $PATH :$( readlink -f " ../../../eng/native/buildsystem/zig" ) "
912 sudo apt-get update
1013 sudo apt-get install build-essential git make \
1114 pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
You can’t perform that action at this time.
0 commit comments