Re: [Discuss-gnuradio] Installing pre-compiled OOTs

2015-05-20 Thread Marcus Müller
Hi Leonardo, the most elegant way of this is * making/having a pyBOMBS recipe for that OOT * configuring pyBOMBS to build into a prefix * build the OOTs using that * and usings pyBOMBS' "package" command to create a .tar.gz out of that * unpack the package where you want to use it This *really* n

Re: [Discuss-gnuradio] Installing pre-compiled OOTs

2015-05-20 Thread Leonardo S. Cardoso
Hi Richard, You mean copying the whole module directory and doing a “make install” in the remote computer? I havent tried that, but I guess that would end up the same way, since all I’m doing is copying the target directory (where "make install" puts things) from one computer to another. This

Re: [Discuss-gnuradio] Installing pre-compiled OOTs

2015-05-20 Thread Richard Bell
Leonardo, Have you tried copying the entire module directory (including build) from one computer to another? What errors do you see when you do that? v/r, Rich On Wed, May 20, 2015 at 10:31 AM, Leonardo S. Cardoso < leonardo.sampaio-card...@inria.fr> wrote: > Hello everyone, > > I come to you w

[Discuss-gnuradio] Installing pre-compiled OOTs

2015-05-20 Thread Leonardo S. Cardoso
Hello everyone, I come to you with a rather strange request :) I’m looking into the possibility of installing OOTs that were precompiled in one system onto another. Lets consider basic stuff first: 1. Versions of all software are identical in both systems (linux, gnuradio, uhd, build suite,