Installing Requirements
-
2. Updating System
So possibly to Upgrade CentOS 7
Play:sudo yum upgrade
And then Reboot with:
sudo reboot now
Then Check your Kernel Version with:
uname -r
In case to Update Linux see: Mainline Kernel CentOS Installation Guide.
-
3. Installing Dependencies
Then to Install Required Stuff
Run:sudo yum group install 'Development Tools'
Then again:
sudo yum install kernel-headers kernel-devel elfutils-libelf-devel git unzip
Last, for the Bluez Package:
sudo yum install bluez-hid2hci
Possibly for a better Codec support see the istructions in the Readme File.
Contents