Hi there, first time user of the wonderful Vero4k+ - a great little package to receive here in Canada from my home country!
I use Tidal for my music streaming and would love some support from somebody here - what is the best method/add on/approach here to get my hifi quality streams done through kodi on the vero?
I am not sure about the ābestā method. Nor do I know any of them have got it running. But my first attempt would be to check if any post already talked about it
Thanks Sam! I am giving this a go, but I am not terribly technical.
Following Benās tweet, I have got as far as trying to install lbzip2 - have copied the folder extracted from the .tar.gz file across to the /home/osmc path using FileZilla, and given the folder full read/write/execute permissions. Upon discovering the generic command for installing something, Iāve run
./configure
make
sudo make install
I suspect Iām doing something very wrong here, as it doesnāt see āmakeā as a valid command. It clearly lists the following during the ./configure command too: checking whether make sets $(MAKE)ā¦ no
Thanks again. I now get this when running āmakeā. Any ideas?:
osmc@osmc:~/lbzip2-2.5$ make
CDPATH=ā${ZSH_VERSION+.}:ā && cd . && /bin/bash /home/osmc/lbzip2-2.5/build-aux/missing aclocal-1.14 -Im4
/home/osmc/lbzip2-2.5/build-aux/missing: line 81: aclocal-1.14: command not found
WARNING: āaclocal-1.14ā is missing on your system.
You should only need it if you modified āacinclude.m4ā or
āconfigure.acā or m4 files included by āconfigure.acā.
The āaclocalā program is part of the GNU Automake package: http://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run: http://www.gnu.org/software/autoconf http://www.gnu.org/software/m4/ http://www.perl.org/
Makefile:1298: recipe for target āaclocal.m4ā failed
make: *** [aclocal.m4] Error 127
followed your installation instructions for lbzip2, and after that installed the linux build of the bridge, per the instructions on the tweet that was shared.