Page 1 of 1

Install tellduscore? on linux NAS without compile tools

Posted: Fri Mar 17, 2023 9:45 am
by osterberg
Hi.

Is there any way of installing tellduscore to a intel NAS without installing a compiler?
I've installed tellduscore and tellduscenter to my Ubuntu workstation, can I in some simple way copy the required files to the NAS ?

Re: Install tellduscore? on linux NAS without compile tools

Posted: Fri Mar 17, 2023 9:45 am
by Zapper
Get the correct tool chain for the NAS and then cross compile it. Which usually much more of a hassle than compiling it on the target platform (if its possible).

Re: Install tellduscore? on linux NAS without compile tools

Posted: Fri Mar 17, 2023 9:45 am
by osterberg
Hi Zapper.

To clarify: The NAS has a INTEL CPU. And the Ubuntu workstation is also Intel.
Why do I have to crosscompile?

Re: Install tellduscore? on linux NAS without compile tools

Posted: Fri Mar 17, 2023 9:45 am
by Zapper
If its intel and the same arch you could just hunt down all the dependencies and it should work. (Didn't see the intel part).

Don't know where to start but perhaps if you look through the deb package you can see what dependencies it has.

But that is still a hassle (remembering how one had to hunt stuff when adding stuff to slackware. ./configure ... fail, compile reported dependency and repeat until it worked. :roll: )