SAT>IP Client FORK from: https://code.google.com/p/satip/
Supported options in /etc/vtuners.conf:
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.