Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by nibiron
Merry Christmas and Happy Holidays from GamingOnLinux
24 Dec 2021 at 5:48 am UTC Likes: 3

Merry Christmas and Happy Holidays Everyone!

11 years ago this month GOL was created, Happy Birthday to GamingOnLinux
1 Jul 2020 at 11:27 pm UTC

Happy Birthday GOL!!!!! :heart::smile::wink:

Xbox One controller wireless on Linux gets better with 'xow' release 0.4
21 Mar 2020 at 5:26 pm UTC Likes: 1

Quoting: MArKiToI'm on Ubuntu 18.04 and trying to get this to work.
I cloned the Git repo in my home folder. Then I'm following installation instructions. I suppose I have to go into the xow directory I cloned from Git and type:
make BUILD=RELEASE

Then I got the following error:
g++  -Wall -Wpedantic -std=c++11 -MMD -O3 -DCHANNEL=1 -DVERSION=\"v0.4\" -c -o xow.o xow.cpp
In file included from xow.cpp:20:0:
dongle/usb.h:28:10: fatal error: libusb-1.0/libusb.h: No such file or directory
 #include <libusb-1.0/libusb.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:30: recipe for target 'xow.o' failed
make: *** [xow.o] Error 1


libusb library is installed on my machine, so I don't understand. Can someone help/explain/give me a hint to get past this error please?
Hi MArKiTo! Try this: "sudo apt-get install libusb-1.0-0-dev" or similar install command and then "make BUILD=RELEASE"