I know there are not a lot of you out there using Open TX companion on Linux, even less on Fedora, But here is how to build Open TX Companion on Fedora 22 64bit.
First you need to get everything you will need to build Open TX Companion 2.1 .
As root run:
dnf install git gcc svn qt qt-devel cmake patch xsd gcc-c++ SDL-devel phonon phonon-devel avr-gcc-c++ PyQt4 fox-devel avr-libc
xerces-c-devel
Run the following commands as a normal user:
make install
You should have Companion 2.1 installed and ready to go.
This how to was taken from Attitude RC http://attituderc.com/open-tx-companion-2-1-for-fedora-22-x64/
First you need to get everything you will need to build Open TX Companion 2.1 .
As root run:
dnf install git gcc svn qt qt-devel cmake patch xsd gcc-c++ SDL-devel phonon phonon-devel avr-gcc-c++ PyQt4 fox-devel avr-libc
xerces-c-devel
Run the following commands as a normal user:
- git clone https://github.com/opentx/opentx
- cd opentx
- git checkout master
- cd opentx/companion
- mkdir lbuild
- cd lbuild
- cmake ../src
- make clean
- make
make install
You should have Companion 2.1 installed and ready to go.
This how to was taken from Attitude RC http://attituderc.com/open-tx-companion-2-1-for-fedora-22-x64/