oe-alliance / satip-client

GNU General Public License v2.0
8 stars 16 forks source link

satipclient

SAT>IP Client FORK from: https://code.google.com/p/satip/

Supported options in /etc/vtuners.conf:

Building

autoreconf --install
./configure
make

To compile for e.g. VU Solo 4K (ARMv7 architecture):

./configure --with-boxtype=vusolo4k --host=arm-linux-gnueabihf
make

Make sure you have g++ and cross-compilation tools for arm-linux-gnueabihf installed (e.g. using sudo apt-get install g++-arm-linux-gnueabihf), otherwise you'll end up with a binary for your host's architecture.