mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-05 06:20:43 +09:00
Add install script for amd/intel for ubuntu
This commit is contained in:
14
install_ubuntu_intel.sh
Executable file
14
install_ubuntu_intel.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
script_dir=$(dirname "$0")
|
||||
cd "$script_dir"
|
||||
|
||||
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1
|
||||
|
||||
set -e
|
||||
apt-get -y install build-essential\
|
||||
libswresample-dev libavformat-dev libavcodec-dev libavutil-dev libavfilter-dev\
|
||||
libglvnd-dev libx11-dev libxcomposite-dev libxrandr-dev\
|
||||
libpulse-dev libva2 libegl-mesa0 intel-media-va-driver
|
||||
|
||||
./install.sh
|
||||
Reference in New Issue
Block a user