OpenTX 2.1.9 on Linux¶
Installing Companion 2.1.9 on Linux Mint¶
Installing Companion 2.1.9 I ran into some dependency issues, to fix them I did the following:
sudo apt-get update sudo apt-get install libphonon4
This didn’t work, it appears that i need KDE desktop to run the Companion 2.1.9. Phonon is designed to work with KDE
sudo apt-get install libphonon-dev
Didn’t work either. Switched to windows 10 to run Companion 2.1.9
I should post on opentx forum about this issue to see if it can be resolved.