Install xboxdrv
This commit is contained in:
13
scripts/install-xboxdrv.sh
Executable file
13
scripts/install-xboxdrv.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -oue pipefail
|
||||
|
||||
dnf install git gcc-c++ pkgconfig libusb1-devel boost-devel systemd-devel dbus-devel python3-scon
|
||||
cd ~
|
||||
mkdir src
|
||||
cd src
|
||||
git clone https://gitlab.com/xboxdrv/xboxdrv.git
|
||||
cd xboxdrv
|
||||
git checkout stable
|
||||
git submodule update --init --recursive
|
||||
scons
|
||||
make install
|
||||
Reference in New Issue
Block a user