File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2121 sudo apt-get install -y build-essential cmake pkg-config curl git clang ninja-build ccache
2222 sudo apt-get install -y wget file gpg appstream libfuse2t64 pkgconf
2323 sudo apt-get install -y libgtk-3-dev libcanberra-gtk-module libgl-dev libasound2-dev libao-dev libopenal-dev libsdl2-dev libpulse-dev libudev-dev
24+ echo 'deb http://download.opensuse.org/repositories/home:/chyyran:/librashader/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:chyyran:librashader.list
25+ curl -fsSL https://download.opensuse.org/repositories/home:chyyran:librashader/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chyyran_librashader.gpg > /dev/null
26+ sudo apt-get update
27+ sudo apt-get install -y librashader
2428
2529 - name : Build ares
2630 run : |
You can’t perform that action at this time.
0 commit comments